Html Css Color HEX #D04047 Mahogany

📋 copy color: '#D04047'

red 208 ◦ green 64 ◦ blue 71

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

Shades of Mahogany #D04047

Tints of Mahogany #D04047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.7%

R = 60.64%
G = 18.66%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D04047 (or 0xD04047) is known color: Mahogany. HEX triplet: D0, 40 and 47. RGB value is (208,64,71). Sum of RGB (Red+Green+Blue) = 208+64+71=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D04047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04047 is #2FBFB8. Grayscale: #6B6B6B. Windows color (decimal): -3129273 or 4669648. OLE color: 4669648.

HSL color Cylindrical-coordinate representation of color #D04047: hue angle of 357.08º 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 #D04047 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 71 -
CMYK 0 0.69 0.66 0.18
HSL 357.08º 0.61% 0.53% -
HSV(B) 357.08º 0.69% 0.82% -
XYZ 28.98 17.53 7.82 -
YUV 107.85 107.21 199.43 -
System Red Green Blue C M Y K H S L
Decimal 208 64 71 0 0.69 0.66 0.18 357.08 0.61 0.53
Hex D0 40 47 0 45 42 12 165 3D 35
Octal 320 100 107 0 105 102 22 545 75 65
Binary 11010000 1000000 1000111 0 1000101 1000010 10010 101100101 111101 110101

Color Harmonies of #D04047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04047

Black with #D04047

Text Example


Text Example

White with #D04047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04047; }

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

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

background-color css

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

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

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

border-color css

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

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

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