#CA3E41

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

Shades of Mahogany #CA3E41

Tints of Mahogany #CA3E41

Color information

#CA3E41 (or 0xCA3E41) is unknown color: approx Mahogany. HEX triplet: CA, 3E and 41. RGB value is (202,62,65). Sum of RGB (Red+Green+Blue) = 202+62+65=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3E41 is #35C1BE. Grayscale: #686868. Windows color (decimal): -3523007 or 4275914. OLE color: 4275914.

HSL color Cylindrical-coordinate representation of color #CA3E41: hue angle of 358.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3E41 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB2026265-
CMYK00.690.680.21
HSL358.71º56.91%51.76%-
HSV(B)358.71º69.31%79.22%-
XYZ27.0316.386.74-
YUV104.2105.88197.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.40%
GREEN value IS 62 (24.61% from 255) = 18.84%
BLUE value IS 65 (25.78% from 255) = 19.76%
R=61.40%
G=18.84%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202626500.690.680.21358.7156.9151.76
HexCA3E4104544151673934
Octal312761010105104255477164
Binary11001010111110100000101000101100010010101101100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3E41; }

 p { color: rgb(202,62,65); }

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

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

 a { background-color: rgb(202,62,65); }

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

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

 span { border-color: rgb(202,62,65); }

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