#C72732

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

Shades of Mahogany #C72732

Tints of Mahogany #C72732

Color information

#C72732 (or 0xC72732) is unknown color: approx Mahogany. HEX triplet: C7, 27 and 32. RGB value is (199,39,50). Sum of RGB (Red+Green+Blue) = 199+39+50=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C72732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72732 is #38D8CD. Grayscale: #585858. Windows color (decimal): -3725518 or 3286983. OLE color: 3286983.

HSL color Cylindrical-coordinate representation of color #C72732: hue angle of 355.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72732 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB1993950-
CMYK00.800.750.22
HSL355.88º67.23%46.67%-
HSV(B)355.88º80.4%78.04%-
XYZ24.8513.824.38-
YUV88.09106.51207.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 69.10%
GREEN value IS 39 (15.62% from 255) = 13.54%
BLUE value IS 50 (19.92% from 255) = 17.36%
R=69.10%
G=13.54%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199395000.800.750.22355.8867.2346.67
HexC727320504B16164432f
Octal307476201201132654410357
Binary11000111100111110010010100001001011101101011001001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72732; }

 p { color: rgb(199,39,50); }

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

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

 a { background-color: rgb(199,39,50); }

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

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

 span { border-color: rgb(199,39,50); }

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