Html Css Color HEX #D04042 Mahogany

📋 copy color: '#D04042'

red 208 ◦ green 64 ◦ blue 66

#D04042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #D04042

Tints of Mahogany #D04042

RGB

 RED value IS 208 (81.64% from 255) = 61.54%

 GREEN value IS 64 (25.39% from 255) = 18.93%

 BLUE value IS 66 (26.17% from 255) = 19.53%

R = 61.54%
G = 18.93%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D04042 (or 0xD04042) is known color: Mahogany. HEX triplet: D0, 40 and 42. RGB value is (208,64,66). Sum of RGB (Red+Green+Blue) = 208+64+66=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D04042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04042 is #2FBFBD. Grayscale: #6B6B6B. Windows color (decimal): -3129278 or 4341968. OLE color: 4341968.

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

Color convert

RGB 208 64 66 -
CMYK 0 0.69 0.68 0.18
HSL 359.17º 0.61% 0.53% -
HSV(B) 359.17º 0.69% 0.82% -
XYZ 28.83 17.47 7.01 -
YUV 107.28 104.71 199.84 -
System Red Green Blue C M Y K H S L
Decimal 208 64 66 0 0.69 0.68 0.18 359.17 0.61 0.53
Hex D0 40 42 0 45 44 12 167 3D 35
Octal 320 100 102 0 105 104 22 547 75 65
Binary 11010000 1000000 1000010 0 1000101 1000100 10010 101100111 111101 110101

Color Harmonies of #D04042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04042

Black with #D04042

Text Example


Text Example

White with #D04042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04042; }

 p { color: rgb(208,64,66); }

 H1.HeaderClassName
 {
   color: #D04042;
 }
 .AnyTagClassName
 {
   color: #D04042;
 }
</style>

background-color css

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

 a { background-color: rgb(208,64,66); }

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

border-color css

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

 span { border-color: rgb(208,64,66); }

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