Html Css Color HEX #D04446 Mahogany

📋 copy color: '#D04446'

red 208 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #D04446

Tints of Mahogany #D04446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.65%

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

R = 60.12%
G = 19.65%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D04446 (or 0xD04446) is known color: Mahogany. HEX triplet: D0, 44 and 46. RGB value is (208,68,70). Sum of RGB (Red+Green+Blue) = 208+68+70=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D04446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04446 is #2FBBB9. Grayscale: #6E6E6E. Windows color (decimal): -3128250 or 4605136. OLE color: 4605136.

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

Color convert

RGB 208 68 70 -
CMYK 0 0.67 0.66 0.18
HSL 359.14º 0.6% 0.54% -
HSV(B) 359.14º 0.67% 0.82% -
XYZ 29.19 17.99 7.73 -
YUV 110.09 105.38 197.84 -
System Red Green Blue C M Y K H S L
Decimal 208 68 70 0 0.67 0.66 0.18 359.14 0.6 0.54
Hex D0 44 46 0 43 42 12 167 3C 36
Octal 320 104 106 0 103 102 22 547 74 66
Binary 11010000 1000100 1000110 0 1000011 1000010 10010 101100111 111100 110110

Color Harmonies of #D04446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04446

Black with #D04446

Text Example


Text Example

White with #D04446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04446; }

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

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

background-color css

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

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

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

border-color css

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

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

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