#CA2E39

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

Shades of Mahogany #CA2E39

Tints of Mahogany #CA2E39

Color information

#CA2E39 (or 0xCA2E39) is unknown color: approx Mahogany. HEX triplet: CA, 2E and 39. RGB value is (202,46,57). Sum of RGB (Red+Green+Blue) = 202+46+57=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E39 is #35D1C6. Grayscale: #5E5E5E. Windows color (decimal): -3527111 or 3747530. OLE color: 3747530.

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

Color convert

RGB2024657-
CMYK00.770.720.21
HSL355.77º62.9%48.63%-
HSV(B)355.77º77.23%79.22%-
XYZ26.0714.815.35-
YUV93.9107.18205.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.23%
GREEN value IS 46 (18.36% from 255) = 15.08%
BLUE value IS 57 (22.66% from 255) = 18.69%
R=66.23%
G=15.08%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202465700.770.720.21355.7762.948.63
HexCA2E3904D48151643f31
Octal31256710115110255447761
Binary1100101010111011100101001101100100010101101100100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2E39; }

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

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

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

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

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

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

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

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