#CA3740

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

Shades of Mahogany #CA3740

Tints of Mahogany #CA3740

Color information

#CA3740 (or 0xCA3740) is unknown color: approx Mahogany. HEX triplet: CA, 37 and 40. RGB value is (202,55,64). Sum of RGB (Red+Green+Blue) = 202+55+64=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3740 is #35C8BF. Grayscale: #646464. Windows color (decimal): -3524800 or 4208586. OLE color: 4208586.

HSL color Cylindrical-coordinate representation of color #CA3740: hue angle of 356.33º 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 #CA3740 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB2025564-
CMYK00.730.680.21
HSL356.33º58.1%50.39%-
HSV(B)356.33º72.77%79.22%-
XYZ26.6515.666.47-
YUV99.98107.7200.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.93%
GREEN value IS 55 (21.88% from 255) = 17.13%
BLUE value IS 64 (25.39% from 255) = 19.94%
R=62.93%
G=17.13%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202556400.730.680.21356.3358.150.39
HexCA374004944151643a32
Octal312671000111104255447262
Binary11001010110111100000001001001100010010101101100100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3740; }

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

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

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

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

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

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

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

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