#C53A40

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

Shades of Mahogany #C53A40

Tints of Mahogany #C53A40

Color information

#C53A40 (or 0xC53A40) is unknown color: approx Mahogany. HEX triplet: C5, 3A and 40. RGB value is (197,58,64). Sum of RGB (Red+Green+Blue) = 197+58+64=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A40 is #3AC5BF. Grayscale: #646464. Windows color (decimal): -3851712 or 4209349. OLE color: 4209349.

HSL color Cylindrical-coordinate representation of color #C53A40: hue angle of 357.41º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53A40 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1975864-
CMYK00.710.680.23
HSL357.41º54.51%50%-
HSV(B)357.41º70.56%77.25%-
XYZ25.4615.276.46-
YUV100.24107.55197.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.76%
GREEN value IS 58 (23.05% from 255) = 18.18%
BLUE value IS 64 (25.39% from 255) = 20.06%
R=61.76%
G=18.18%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197586400.710.680.23357.4154.5150
HexC53A4004744171653732
Octal305721000107104275456762
Binary11000101111010100000001000111100010010111101100101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53A40; }

 p { color: rgb(197,58,64); }

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

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

 a { background-color: rgb(197,58,64); }

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

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

 span { border-color: rgb(197,58,64); }

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