Html Css Color HEX #D74048 Mahogany

📋 copy color: '#D74048'

red 215 ◦ green 64 ◦ blue 72

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

Shades of Mahogany #D74048

Tints of Mahogany #D74048

RGB

 RED value IS 215 (84.38% from 255) = 61.25%

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

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

R = 61.25%
G = 18.23%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D74048 (or 0xD74048) is known color: Mahogany. HEX triplet: D7, 40 and 48. RGB value is (215,64,72). Sum of RGB (Red+Green+Blue) = 215+64+72=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D74048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74048 is #28BFB7. Grayscale: #6E6E6E. Windows color (decimal): -2670520 or 4735191. OLE color: 4735191.

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

Color convert

RGB 215 64 72 -
CMYK 0 0.70 0.67 0.16
HSL 356.82º 0.65% 0.55% -
HSV(B) 356.82º 0.7% 0.84% -
XYZ 31.03 18.58 8.08 -
YUV 110.06 106.53 202.85 -
System Red Green Blue C M Y K H S L
Decimal 215 64 72 0 0.70 0.67 0.16 356.82 0.65 0.55
Hex D7 40 48 0 46 43 10 165 41 37
Octal 327 100 110 0 106 103 20 545 101 67
Binary 11010111 1000000 1001000 0 1000110 1000011 10000 101100101 1000001 110111

Color Harmonies of #D74048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74048

Black with #D74048

Text Example


Text Example

White with #D74048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74048; }

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

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

background-color css

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

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

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

border-color css

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

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

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