#602035

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

Shades of Siren #602035

Tints of Siren #602035

Color information

#602035 (or 0x602035) is unknown color: approx Siren. HEX triplet: 60, 20 and 35. RGB value is (96,32,53). Sum of RGB (Red+Green+Blue) = 96+32+53=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #602035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602035 is #9FDFCA. Grayscale: #353535. Windows color (decimal): -10477515 or 3481696. OLE color: 3481696.

HSL color Cylindrical-coordinate representation of color #602035: hue angle of 340.31º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602035 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB963253-
CMYK00.670.450.62
HSL340.31º50%25.1%-
HSV(B)340.31º66.67%37.65%-
XYZ5.983.783.78-
YUV53.53127.7158.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 53 (21.09% from 255) = 29.28%
R=53.04%
G=17.68%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96325300.670.450.62340.315025.1
Hex6020350432D3E1543219
Octal1404065010355765246231
Binary11000001000001101010100001110110111111010101010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602035; }

 p { color: rgb(96,32,53); }

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

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

 a { background-color: rgb(96,32,53); }

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

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

 span { border-color: rgb(96,32,53); }

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