#C72D37

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

Shades of Mahogany #C72D37

Tints of Mahogany #C72D37

Color information

#C72D37 (or 0xC72D37) is unknown color: approx Mahogany. HEX triplet: C7, 2D and 37. RGB value is (199,45,55). Sum of RGB (Red+Green+Blue) = 199+45+55=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72D37 is #38D2C8. Grayscale: #5C5C5C. Windows color (decimal): -3723977 or 3616199. OLE color: 3616199.

HSL color Cylindrical-coordinate representation of color #C72D37: hue angle of 356.1º 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 #C72D37 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB1994555-
CMYK00.770.720.22
HSL356.1º63.11%47.84%-
HSV(B)356.1º77.39%78.04%-
XYZ25.1814.295.05-
YUV92.19107.02204.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 66.56%
GREEN value IS 45 (17.97% from 255) = 15.05%
BLUE value IS 55 (21.88% from 255) = 18.39%
R=66.56%
G=15.05%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199455500.770.720.22356.163.1147.84
HexC72D3704D48161643f30
Octal30755670115110265447760
Binary1100011110110111011101001101100100010110101100100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72D37; }

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

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

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

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

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

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

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

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