#CA3435

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

Shades of Mahogany #CA3435

Tints of Mahogany #CA3435

Color information

#CA3435 (or 0xCA3435) is unknown color: approx Mahogany. HEX triplet: CA, 34 and 35. RGB value is (202,52,53). Sum of RGB (Red+Green+Blue) = 202+52+53=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3435 is #35CBCA. Grayscale: #616161. Windows color (decimal): -3525579 or 3486922. OLE color: 3486922.

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

Color convert

RGB2025253-
CMYK00.740.740.21
HSL359.6º59.06%49.8%-
HSV(B)359.6º74.26%79.22%-
XYZ26.2315.274.93-
YUV96.96103.2202.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.80%
GREEN value IS 52 (20.70% from 255) = 16.94%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=65.80%
G=16.94%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202525300.740.740.21359.659.0649.8
HexCA343504A4A151683b32
Octal31264650112112255507362
Binary1100101011010011010101001010100101010101101101000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3435; }

 p { color: rgb(202,52,53); }

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

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

 a { background-color: rgb(202,52,53); }

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

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

 span { border-color: rgb(202,52,53); }

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