#C72C34

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

Shades of Mahogany #C72C34

Tints of Mahogany #C72C34

Color information

#C72C34 (or 0xC72C34) is unknown color: approx Mahogany. HEX triplet: C7, 2C and 34. RGB value is (199,44,52). Sum of RGB (Red+Green+Blue) = 199+44+52=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C72C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72C34 is #38D3CB. Grayscale: #5B5B5B. Windows color (decimal): -3724236 or 3419335. OLE color: 3419335.

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

Color convert

RGB1994452-
CMYK00.780.740.22
HSL356.9º63.79%47.65%-
HSV(B)356.9º77.89%78.04%-
XYZ25.0714.194.67-
YUV91.26105.85204.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 67.46%
GREEN value IS 44 (17.58% from 255) = 14.92%
BLUE value IS 52 (20.70% from 255) = 17.63%
R=67.46%
G=14.92%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199445200.780.740.22356.963.7947.65
HexC72C3404E4A161654030
Octal307546401161122654510060
Binary11000111101100110100010011101001010101101011001011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72C34; }

 p { color: rgb(199,44,52); }

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

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

 a { background-color: rgb(199,44,52); }

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

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

 span { border-color: rgb(199,44,52); }

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