#C5353B

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

Shades of Mahogany #C5353B

Tints of Mahogany #C5353B

Color information

#C5353B (or 0xC5353B) is unknown color: approx Mahogany. HEX triplet: C5, 35 and 3B. RGB value is (197,53,59). Sum of RGB (Red+Green+Blue) = 197+53+59=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5353B is #3ACAC4. Grayscale: #606060. Windows color (decimal): -3852997 or 3880389. OLE color: 3880389.

HSL color Cylindrical-coordinate representation of color #C5353B: hue angle of 357.5º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5353B is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB1975359-
CMYK00.730.700.23
HSL357.5º57.6%49.02%-
HSV(B)357.5º73.1%77.25%-
XYZ25.0914.735.66-
YUV96.74106.71199.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.75%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 59 (23.44% from 255) = 19.09%
R=63.75%
G=17.15%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197535900.730.700.23357.557.649.02
HexC5353B04946171663a31
Octal30565730111106275467261
Binary1100010111010111101101001001100011010111101100110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5353B; }

 p { color: rgb(197,53,59); }

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

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

 a { background-color: rgb(197,53,59); }

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

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

 span { border-color: rgb(197,53,59); }

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