#c52b37

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

Shades of Mahogany #C52B37

Tints of Mahogany #C52B37

Color information

#C52B37 (or 0xC52B37) is unknown color: approx Mahogany. HEX triplet: C5, 2B and 37. RGB value is (197,43,55). Sum of RGB (Red+Green+Blue) = 197+43+55=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C52B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52B37 is #3AD4C8. Grayscale: #5A5A5A. Windows color (decimal): -3855561 or 3615685. OLE color: 3615685.

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

Color convert

RGB1974355-
CMYK00.780.720.23
HSL355.32º64.17%47.06%-
HSV(B)355.32º78.17%77.25%-
XYZ24.5813.875-
YUV90.41108.02204.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.78%
GREEN value IS 43 (17.19% from 255) = 14.58%
BLUE value IS 55 (21.88% from 255) = 18.64%
R=66.78%
G=14.58%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197435500.780.720.23355.3264.1747.06
HexC52B3704E4817163402f
Octal305536701161102754310057
Binary11000101101011110111010011101001000101111011000111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c52b37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c52b37; }

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

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

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

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

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

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

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

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