#C52B31

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

Shades of Mahogany #C52B31

Tints of Mahogany #C52B31

Color information

#C52B31 (or 0xC52B31) is unknown color: approx Mahogany. HEX triplet: C5, 2B and 31. RGB value is (197,43,49). Sum of RGB (Red+Green+Blue) = 197+43+49=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C52B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52B31 is #3AD4CE. Grayscale: #595959. Windows color (decimal): -3855567 or 3222469. OLE color: 3222469.

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

Color convert

RGB1974349-
CMYK00.780.750.23
HSL357.66º64.17%47.06%-
HSV(B)357.66º78.17%77.25%-
XYZ24.4413.824.28-
YUV89.73105.02204.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 68.17%
GREEN value IS 43 (17.19% from 255) = 14.88%
BLUE value IS 49 (19.53% from 255) = 16.96%
R=68.17%
G=14.88%
B=16.96%

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
Decimal197434900.780.750.23357.6664.1747.06
HexC52B3104E4B17166402f
Octal305536101161132754610057
Binary11000101101011110001010011101001011101111011001101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52B31; }

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

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

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

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

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

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

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

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