Html Css Color HEX #D84041 Mahogany

📋 copy color: '#D84041'

red 216 ◦ green 64 ◦ blue 65

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

Shades of Mahogany #D84041

Tints of Mahogany #D84041

RGB

 RED value IS 216 (84.77% from 255) = 62.61%

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

 BLUE value IS 65 (25.78% from 255) = 18.84%

R = 62.61%
G = 18.55%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D84041 (or 0xD84041) is known color: Mahogany. HEX triplet: D8, 40 and 41. RGB value is (216,64,65). Sum of RGB (Red+Green+Blue) = 216+64+65=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D84041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84041 is #27BFBE. Grayscale: #6D6D6D. Windows color (decimal): -2604991 or 4276440. OLE color: 4276440.

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

Color convert

RGB 216 64 65 -
CMYK 0 0.70 0.70 0.15
HSL 359.61º 0.66% 0.55% -
HSV(B) 359.61º 0.7% 0.85% -
XYZ 31.11 18.65 6.96 -
YUV 109.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 216 64 65 0 0.70 0.70 0.15 359.61 0.66 0.55
Hex D8 40 41 0 46 46 F 168 42 37
Octal 330 100 101 0 106 106 17 550 102 67
Binary 11011000 1000000 1000001 0 1000110 1000110 1111 101101000 1000010 110111

Color Harmonies of #D84041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84041

Black with #D84041

Text Example


Text Example

White with #D84041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84041; }

 p { color: rgb(216,64,65); }

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

background-color css

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

 a { background-color: rgb(216,64,65); }

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

border-color css

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

 span { border-color: rgb(216,64,65); }

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