Html Css Color HEX #D04046 Mahogany

📋 copy color: '#D04046'

red 208 ◦ green 64 ◦ blue 70

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

Shades of Mahogany #D04046

Tints of Mahogany #D04046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 60.82%
G = 18.71%
B = 20.47%

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

#D04046 (or 0xD04046) is known color: Mahogany. HEX triplet: D0, 40 and 46. RGB value is (208,64,70). Sum of RGB (Red+Green+Blue) = 208+64+70=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D04046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04046 is #2FBFB9. Grayscale: #6B6B6B. Windows color (decimal): -3129274 or 4604112. OLE color: 4604112.

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

Color convert

RGB 208 64 70 -
CMYK 0 0.69 0.66 0.18
HSL 357.5º 0.61% 0.53% -
HSV(B) 357.5º 0.69% 0.82% -
XYZ 28.95 17.52 7.65 -
YUV 107.74 106.71 199.51 -
System Red Green Blue C M Y K H S L
Decimal 208 64 70 0 0.69 0.66 0.18 357.5 0.61 0.53
Hex D0 40 46 0 45 42 12 166 3D 35
Octal 320 100 106 0 105 102 22 546 75 65
Binary 11010000 1000000 1000110 0 1000101 1000010 10010 101100110 111101 110101

Color Harmonies of #D04046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04046

Black with #D04046

Text Example


Text Example

White with #D04046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04046; }

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

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

background-color css

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

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

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

border-color css

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

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

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