#ca3739

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

Shades of Mahogany #CA3739

Tints of Mahogany #CA3739

Color information

#CA3739 (or 0xCA3739) is unknown color: approx Mahogany. HEX triplet: CA, 37 and 39. RGB value is (202,55,57). Sum of RGB (Red+Green+Blue) = 202+55+57=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3739 is #35C8C6. Grayscale: #636363. Windows color (decimal): -3524807 or 3749834. OLE color: 3749834.

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

Color convert

RGB2025557-
CMYK00.730.720.21
HSL359.18º58.1%50.39%-
HSV(B)359.18º72.77%79.22%-
XYZ26.4615.585.48-
YUV99.18104.2201.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.33%
GREEN value IS 55 (21.88% from 255) = 17.52%
BLUE value IS 57 (22.66% from 255) = 18.15%
R=64.33%
G=17.52%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202555700.730.720.21359.1858.150.39
HexCA373904948151673a32
Octal31267710111110255477262
Binary1100101011011111100101001001100100010101101100111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca3739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca3739; }

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

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

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

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

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

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

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

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