#C72A34

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

Shades of Mahogany #C72A34

Tints of Mahogany #C72A34

Color information

#C72A34 (or 0xC72A34) is unknown color: approx Mahogany. HEX triplet: C7, 2A and 34. RGB value is (199,42,52). Sum of RGB (Red+Green+Blue) = 199+42+52=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72A34 is #38D5CB. Grayscale: #5A5A5A. Windows color (decimal): -3724748 or 3418823. OLE color: 3418823.

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

Color convert

RGB1994252-
CMYK00.790.740.22
HSL356.18º65.15%47.25%-
HSV(B)356.18º78.89%78.04%-
XYZ2514.054.64-
YUV90.08106.51205.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 67.92%
GREEN value IS 42 (16.80% from 255) = 14.33%
BLUE value IS 52 (20.70% from 255) = 17.75%
R=67.92%
G=14.33%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199425200.790.740.22356.1865.1547.25
HexC72A3404F4A16164412f
Octal307526401171122654410157
Binary11000111101010110100010011111001010101101011001001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72A34; }

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

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

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

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

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

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

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

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