#602536

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

Shades of Siren #602536

Tints of Siren #602536

Color information

#602536 (or 0x602536) is unknown color: approx Siren. HEX triplet: 60, 25 and 36. RGB value is (96,37,54). Sum of RGB (Red+Green+Blue) = 96+37+54=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #602536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602536 is #9FDAC9. Grayscale: #383838. Windows color (decimal): -10476234 or 3548512. OLE color: 3548512.

HSL color Cylindrical-coordinate representation of color #602536: hue angle of 342.71º 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 #602536 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB963754-
CMYK00.610.440.62
HSL342.71º44.36%26.08%-
HSV(B)342.71º61.46%37.65%-
XYZ6.154.083.95-
YUV56.58126.55156.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.34%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 54 (21.48% from 255) = 28.88%
R=51.34%
G=19.79%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96375400.610.440.62342.7144.3626.08
Hex60253603D2C3E1572c1a
Octal140456607554765275432
Binary1100000100101110110011110110110011111010101011110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602536; }

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

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

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

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

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

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

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

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