#C72D36

Color #C72D36 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #C72D36

Tints of Mahogany #C72D36

Color information

#C72D36 (or 0xC72D36) is unknown color: approx Mahogany. HEX triplet: C7, 2D and 36. RGB value is (199,45,54). Sum of RGB (Red+Green+Blue) = 199+45+54=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72D36 is #38D2C9. Grayscale: #5C5C5C. Windows color (decimal): -3723978 or 3550663. OLE color: 3550663.

HSL color Cylindrical-coordinate representation of color #C72D36: hue angle of 356.49º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C72D36 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB1994554-
CMYK00.770.730.22
HSL356.49º63.11%47.84%-
HSV(B)356.49º77.39%78.04%-
XYZ25.1614.294.92-
YUV92.07106.52204.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 66.78%
GREEN value IS 45 (17.97% from 255) = 15.10%
BLUE value IS 54 (21.48% from 255) = 18.12%
R=66.78%
G=15.10%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199455400.770.730.22356.4963.1147.84
HexC72D3604D49161643f30
Octal30755660115111265447760
Binary1100011110110111011001001101100100110110101100100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72D36; }

 p { color: rgb(199,45,54); }

 H1.HeaderClassName
 {
   color: #C72D36;
 }
 .AnyTagClassName
 {
   color: #C72D36;
 }
</style>
background-color css

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

 a { background-color: rgb(199,45,54); }

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

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

 span { border-color: rgb(199,45,54); }

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