Html Css Color HEX #D64049 Mahogany

📋 copy color: '#D64049'

red 214 ◦ green 64 ◦ blue 73

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

Shades of Mahogany #D64049

Tints of Mahogany #D64049

RGB

 RED value IS 214 (83.98% from 255) = 60.97%

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

 BLUE value IS 73 (28.91% from 255) = 20.8%

R = 60.97%
G = 18.23%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D64049 (or 0xD64049) is known color: Mahogany. HEX triplet: D6, 40 and 49. RGB value is (214,64,73). Sum of RGB (Red+Green+Blue) = 214+64+73=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D64049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64049 is #29BFB6. Grayscale: #6D6D6D. Windows color (decimal): -2736055 or 4800726. OLE color: 4800726.

HSL color Cylindrical-coordinate representation of color #D64049: hue angle of 356.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64049 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 73 -
CMYK 0 0.70 0.66 0.16
HSL 356.4º 0.65% 0.55% -
HSV(B) 356.4º 0.7% 0.84% -
XYZ 30.77 18.44 8.24 -
YUV 109.88 107.2 202.27 -
System Red Green Blue C M Y K H S L
Decimal 214 64 73 0 0.70 0.66 0.16 356.4 0.65 0.55
Hex D6 40 49 0 46 42 10 164 41 37
Octal 326 100 111 0 106 102 20 544 101 67
Binary 11010110 1000000 1001001 0 1000110 1000010 10000 101100100 1000001 110111

Color Harmonies of #D64049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64049

Black with #D64049

Text Example


Text Example

White with #D64049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64049; }

 p { color: rgb(214,64,73); }

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

background-color css

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

 a { background-color: rgb(214,64,73); }

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

border-color css

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

 span { border-color: rgb(214,64,73); }

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