#c53e41

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

Shades of Mahogany #C53E41

Tints of Mahogany #C53E41

Color information

#C53E41 (or 0xC53E41) is unknown color: approx Mahogany. HEX triplet: C5, 3E and 41. RGB value is (197,62,65). Sum of RGB (Red+Green+Blue) = 197+62+65=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53E41 is #3AC1BE. Grayscale: #666666. Windows color (decimal): -3850687 or 4275909. OLE color: 4275909.

HSL color Cylindrical-coordinate representation of color #C53E41: hue angle of 358.67º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53E41 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB1976265-
CMYK00.690.670.23
HSL358.67º53.78%50.78%-
HSV(B)358.67º68.53%77.25%-
XYZ25.715.76.68-
YUV102.71106.73195.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.80%
GREEN value IS 62 (24.61% from 255) = 19.14%
BLUE value IS 65 (25.78% from 255) = 20.06%
R=60.80%
G=19.14%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197626500.690.670.23358.6753.7850.78
HexC53E4104543171673633
Octal305761010105103275476663
Binary11000101111110100000101000101100001110111101100111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53e41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53e41; }

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

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

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

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

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

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

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

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