#602535

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

Shades of Siren #602535

Tints of Siren #602535

Color information

#602535 (or 0x602535) is unknown color: approx Siren. HEX triplet: 60, 25 and 35. RGB value is (96,37,53). Sum of RGB (Red+Green+Blue) = 96+37+53=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #602535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602535 is #9FDACA. Grayscale: #383838. Windows color (decimal): -10476235 or 3482976. OLE color: 3482976.

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

Color convert

RGB963753-
CMYK00.610.450.62
HSL343.73º44.36%26.08%-
HSV(B)343.73º61.46%37.65%-
XYZ6.134.073.83-
YUV56.46126.05156.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 53 (21.09% from 255) = 28.49%
R=51.61%
G=19.89%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96375300.610.450.62343.7344.3626.08
Hex60253503D2D3E1582c1a
Octal140456507555765305432
Binary1100000100101110101011110110110111111010101100010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602535; }

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

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

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

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

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

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

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

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