#C52B32

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

Shades of Mahogany #C52B32

Tints of Mahogany #C52B32

Color information

#C52B32 (or 0xC52B32) is unknown color: approx Mahogany. HEX triplet: C5, 2B and 32. RGB value is (197,43,50). Sum of RGB (Red+Green+Blue) = 197+43+50=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C52B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52B32 is #3AD4CD. Grayscale: #595959. Windows color (decimal): -3855566 or 3288005. OLE color: 3288005.

HSL color Cylindrical-coordinate representation of color #C52B32: hue angle of 357.27º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52B32 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB1974350-
CMYK00.780.750.23
HSL357.27º64.17%47.06%-
HSV(B)357.27º78.17%77.25%-
XYZ24.4713.834.4-
YUV89.84105.52204.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 67.93%
GREEN value IS 43 (17.19% from 255) = 14.83%
BLUE value IS 50 (19.92% from 255) = 17.24%
R=67.93%
G=14.83%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197435000.780.750.23357.2764.1747.06
HexC52B3204E4B17165402f
Octal305536201161132754510057
Binary11000101101011110010010011101001011101111011001011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52B32; }

 p { color: rgb(197,43,50); }

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

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

 a { background-color: rgb(197,43,50); }

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

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

 span { border-color: rgb(197,43,50); }

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