#D04345

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

Shades of Mahogany #D04345

Tints of Mahogany #D04345

Color information

#D04345 (or 0xD04345) is unknown color: approx Mahogany. HEX triplet: D0, 43 and 45. RGB value is (208,67,69). Sum of RGB (Red+Green+Blue) = 208+67+69=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D04345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04345 is #2FBCBA. Grayscale: #6D6D6D. Windows color (decimal): -3128507 or 4539344. OLE color: 4539344.

HSL color Cylindrical-coordinate representation of color #D04345: hue angle of 359.15º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04345 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB2086769-
CMYK00.680.670.18
HSL359.15º60%53.92%-
HSV(B)359.15º67.79%81.57%-
XYZ29.0917.857.54-
YUV109.39105.21198.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 60.47%
GREEN value IS 67 (26.56% from 255) = 19.48%
BLUE value IS 69 (27.34% from 255) = 20.06%
R=60.47%
G=19.48%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208676900.680.670.18359.156053.92
HexD0434504443121673c36
Octal3201031050104103225477466
Binary110100001000011100010101000100100001110010101100111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04345; }

 p { color: rgb(208,67,69); }

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

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

 a { background-color: rgb(208,67,69); }

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

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

 span { border-color: rgb(208,67,69); }

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