#CA373A

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

Shades of Mahogany #CA373A

Tints of Mahogany #CA373A

Color information

#CA373A (or 0xCA373A) is unknown color: approx Mahogany. HEX triplet: CA, 37 and 3A. RGB value is (202,55,58). Sum of RGB (Red+Green+Blue) = 202+55+58=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA373A is #35C8C5. Grayscale: #636363. Windows color (decimal): -3524806 or 3815370. OLE color: 3815370.

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

Color convert

RGB2025558-
CMYK00.730.710.21
HSL358.78º58.1%50.39%-
HSV(B)358.78º72.77%79.22%-
XYZ26.4915.595.62-
YUV99.29104.7201.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.13%
GREEN value IS 55 (21.88% from 255) = 17.46%
BLUE value IS 58 (23.05% from 255) = 18.41%
R=64.13%
G=17.46%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202555800.730.710.21358.7858.150.39
HexCA373A04947151673a32
Octal31267720111107255477262
Binary1100101011011111101001001001100011110101101100111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA373A; }

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

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

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

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

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

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

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

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