Html Css Color HEX #D84048 Mahogany

📋 copy color: '#D84048'

red 216 ◦ green 64 ◦ blue 72

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

Shades of Mahogany #D84048

Tints of Mahogany #D84048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.45%

R = 61.36%
G = 18.18%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D84048 (or 0xD84048) is known color: Mahogany. HEX triplet: D8, 40 and 48. RGB value is (216,64,72). Sum of RGB (Red+Green+Blue) = 216+64+72=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D84048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84048 is #27BFB7. Grayscale: #6E6E6E. Windows color (decimal): -2604984 or 4735192. OLE color: 4735192.

HSL color Cylindrical-coordinate representation of color #D84048: hue angle of 356.84º 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 #D84048 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 64 72 -
CMYK 0 0.70 0.67 0.15
HSL 356.84º 0.66% 0.55% -
HSV(B) 356.84º 0.7% 0.85% -
XYZ 31.32 18.73 8.1 -
YUV 110.36 106.36 203.35 -
System Red Green Blue C M Y K H S L
Decimal 216 64 72 0 0.70 0.67 0.15 356.84 0.66 0.55
Hex D8 40 48 0 46 43 F 165 42 37
Octal 330 100 110 0 106 103 17 545 102 67
Binary 11011000 1000000 1001000 0 1000110 1000011 1111 101100101 1000010 110111

Color Harmonies of #D84048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84048

Black with #D84048

Text Example


Text Example

White with #D84048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84048; }

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

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

background-color css

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

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

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

border-color css

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

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

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