#CA3031

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

Shades of Mahogany #CA3031

Tints of Mahogany #CA3031

Color information

#CA3031 (or 0xCA3031) is unknown color: approx Mahogany. HEX triplet: CA, 30 and 31. RGB value is (202,48,49). Sum of RGB (Red+Green+Blue) = 202+48+49=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3031 is #35CFCE. Grayscale: #5E5E5E. Windows color (decimal): -3526607 or 3223754. OLE color: 3223754.

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

Color convert

RGB2024849-
CMYK00.760.760.21
HSL359.61º61.6%49.02%-
HSV(B)359.61º76.24%79.22%-
XYZ25.9714.894.41-
YUV94.16102.52204.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.56%
GREEN value IS 48 (19.14% from 255) = 16.05%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=67.56%
G=16.05%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202484900.760.760.21359.6161.649.02
HexCA303104C4C151683e31
Octal31260610114114255507661
Binary1100101011000011000101001100100110010101101101000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3031; }

 p { color: rgb(202,48,49); }

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

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

 a { background-color: rgb(202,48,49); }

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

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

 span { border-color: rgb(202,48,49); }

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