Html Css Color HEX #D04347 Mahogany

📋 copy color: '#D04347'

red 208 ◦ green 67 ◦ blue 71

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

Shades of Mahogany #D04347

Tints of Mahogany #D04347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.36%

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

R = 60.12%
G = 19.36%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D04347 (or 0xD04347) is known color: Mahogany. HEX triplet: D0, 43 and 47. RGB value is (208,67,71). Sum of RGB (Red+Green+Blue) = 208+67+71=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D04347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04347 is #2FBCB8. Grayscale: #6D6D6D. Windows color (decimal): -3128505 or 4670416. OLE color: 4670416.

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

Color convert

RGB 208 67 71 -
CMYK 0 0.68 0.66 0.18
HSL 358.3º 0.6% 0.54% -
HSV(B) 358.3º 0.68% 0.82% -
XYZ 29.16 17.88 7.88 -
YUV 109.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 208 67 71 0 0.68 0.66 0.18 358.3 0.6 0.54
Hex D0 43 47 0 44 42 12 166 3C 36
Octal 320 103 107 0 104 102 22 546 74 66
Binary 11010000 1000011 1000111 0 1000100 1000010 10010 101100110 111100 110110

Color Harmonies of #D04347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04347

Black with #D04347

Text Example


Text Example

White with #D04347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04347; }

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

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

background-color css

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

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

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

border-color css

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

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

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