#C53A41

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

Shades of Mahogany #C53A41

Tints of Mahogany #C53A41

Color information

#C53A41 (or 0xC53A41) is unknown color: approx Mahogany. HEX triplet: C5, 3A and 41. RGB value is (197,58,65). Sum of RGB (Red+Green+Blue) = 197+58+65=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A41 is #3AC5BE. Grayscale: #646464. Windows color (decimal): -3851711 or 4274885. OLE color: 4274885.

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

Color convert

RGB1975865-
CMYK00.710.670.23
HSL356.98º54.51%50%-
HSV(B)356.98º70.56%77.25%-
XYZ25.4915.286.61-
YUV100.36108.05196.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.56%
GREEN value IS 58 (23.05% from 255) = 18.12%
BLUE value IS 65 (25.78% from 255) = 20.31%
R=61.56%
G=18.12%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197586500.710.670.23356.9854.5150
HexC53A4104743171653732
Octal305721010107103275456762
Binary11000101111010100000101000111100001110111101100101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53A41; }

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

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

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

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

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

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

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

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