Html Css Color HEX #D72D32 Mahogany

📋 copy color: '#D72D32'

red 215 ◦ green 45 ◦ blue 50

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

Shades of Mahogany #D72D32

Tints of Mahogany #D72D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.52%

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 69.35%
G = 14.52%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D72D32 (or 0xD72D32) is known color: Mahogany. HEX triplet: D7, 2D and 32. RGB value is (215,45,50). Sum of RGB (Red+Green+Blue) = 215+45+50=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72D32 is #28D2CD. Grayscale: #606060. Windows color (decimal): -2675406 or 3288535. OLE color: 3288535.

HSL color Cylindrical-coordinate representation of color #D72D32: hue angle of 358.24º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72D32 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 45 50 -
CMYK 0 0.79 0.77 0.16
HSL 358.24º 0.68% 0.51% -
HSV(B) 358.24º 0.79% 0.84% -
XYZ 29.54 16.55 4.66 -
YUV 96.4 101.82 212.59 -
System Red Green Blue C M Y K H S L
Decimal 215 45 50 0 0.79 0.77 0.16 358.24 0.68 0.51
Hex D7 2D 32 0 4F 4D 10 166 44 33
Octal 327 55 62 0 117 115 20 546 104 63
Binary 11010111 101101 110010 0 1001111 1001101 10000 101100110 1000100 110011

Color Harmonies of #D72D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D32

Black with #D72D32

Text Example


Text Example

White with #D72D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D32; }

 p { color: rgb(215,45,50); }

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

background-color css

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

 a { background-color: rgb(215,45,50); }

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

border-color css

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

 span { border-color: rgb(215,45,50); }

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