#C53940

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

Shades of Mahogany #C53940

Tints of Mahogany #C53940

Color information

#C53940 (or 0xC53940) is unknown color: approx Mahogany. HEX triplet: C5, 39 and 40. RGB value is (197,57,64). Sum of RGB (Red+Green+Blue) = 197+57+64=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C53940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53940 is #3AC6BF. Grayscale: #636363. Windows color (decimal): -3851968 or 4209093. OLE color: 4209093.

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

Color convert

RGB1975764-
CMYK00.710.680.23
HSL357º55.12%49.8%-
HSV(B)357º71.07%77.25%-
XYZ25.4115.176.44-
YUV99.66107.88197.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.95%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=61.95%
G=17.92%
B=20.13%

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
Decimal197576400.710.680.2335755.1249.8
HexC5394004744171653732
Octal305711000107104275456762
Binary11000101111001100000001000111100010010111101100101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53940; }

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

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

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

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

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

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

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

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