#D93235

Color #D93235 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #D93235

Tints of Mahogany #D93235

Color information

#D93235 (or 0xD93235) is unknown color: approx Mahogany. HEX triplet: D9, 32 and 35. RGB value is (217,50,53). Sum of RGB (Red+Green+Blue) = 217+50+53=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D93235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93235 is #26CDCA. Grayscale: #646464. Windows color (decimal): -2543051 or 3486425. OLE color: 3486425.

HSL color Cylindrical-coordinate representation of color #D93235: hue angle of 358.92º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D93235 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB2175053-
CMYK00.770.760.15
HSL358.92º68.72%52.35%-
HSV(B)358.92º76.96%85.1%-
XYZ30.417.295.1-
YUV100.28101.33211.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 67.81%
GREEN value IS 50 (19.92% from 255) = 15.62%
BLUE value IS 53 (21.09% from 255) = 16.56%
R=67.81%
G=15.62%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217505300.770.760.15358.9268.7252.35
HexD9323504D4CF1674534
Octal331626501151141754710564
Binary1101100111001011010101001101100110011111011001111000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93235; }

 p { color: rgb(217,50,53); }

 H1.HeaderClassName
 {
   color: #D93235;
 }
 .AnyTagClassName
 {
   color: #D93235;
 }
</style>
background-color css

<style>
 a { background-color: #D93235; }

 a { background-color: rgb(217,50,53); }

 div.DivClassName
 {
   background-color: #D93235;
 }
 .BgClassName
 {
   background-color: #D93235;
 }
</style>
border-color css

<style>
 span { border-color: #D93235; }

 span { border-color: rgb(217,50,53); }

 td.TdClassName
 {
   border-color: #D93235;
 }
 .TagClassName
 {
   border-color: #D93235;
 }
</style>