#C53A3F

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

Shades of Mahogany #C53A3F

Tints of Mahogany #C53A3F

Color information

#C53A3F (or 0xC53A3F) is unknown color: approx Mahogany. HEX triplet: C5, 3A and 3F. RGB value is (197,58,63). Sum of RGB (Red+Green+Blue) = 197+58+63=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A3F is #3AC5C0. Grayscale: #646464. Windows color (decimal): -3851713 or 4143813. OLE color: 4143813.

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

Color convert

RGB1975863-
CMYK00.710.680.23
HSL357.84º54.51%50%-
HSV(B)357.84º70.56%77.25%-
XYZ25.4415.266.31-
YUV100.13107.05197.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.95%
GREEN value IS 58 (23.05% from 255) = 18.24%
BLUE value IS 63 (25% from 255) = 19.81%
R=61.95%
G=18.24%
B=19.81%

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
Decimal197586300.710.680.23357.8454.5150
HexC53A3F04744171663732
Octal30572770107104275466762
Binary1100010111101011111101000111100010010111101100110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53A3F; }

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

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

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

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

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

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

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

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