#CA3539

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

Shades of Mahogany #CA3539

Tints of Mahogany #CA3539

Color information

#CA3539 (or 0xCA3539) is unknown color: approx Mahogany. HEX triplet: CA, 35 and 39. RGB value is (202,53,57). Sum of RGB (Red+Green+Blue) = 202+53+57=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3539 is #35CAC6. Grayscale: #626262. Windows color (decimal): -3525319 or 3749322. OLE color: 3749322.

HSL color Cylindrical-coordinate representation of color #CA3539: hue angle of 358.39º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3539 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB2025357-
CMYK00.740.720.21
HSL358.39º58.43%50%-
HSV(B)358.39º73.76%79.22%-
XYZ26.3715.45.45-
YUV98.01104.86202.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.74%
GREEN value IS 53 (21.09% from 255) = 16.99%
BLUE value IS 57 (22.66% from 255) = 18.27%
R=64.74%
G=16.99%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202535700.740.720.21358.3958.4350
HexCA353904A48151663a32
Octal31265710112110255467262
Binary1100101011010111100101001010100100010101101100110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3539; }

 p { color: rgb(202,53,57); }

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

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

 a { background-color: rgb(202,53,57); }

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

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

 span { border-color: rgb(202,53,57); }

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