#602136

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

Shades of Siren #602136

Tints of Siren #602136

Color information

#602136 (or 0x602136) is unknown color: approx Siren. HEX triplet: 60, 21 and 36. RGB value is (96,33,54). Sum of RGB (Red+Green+Blue) = 96+33+54=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #602136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602136 is #9FDEC9. Grayscale: #363636. Windows color (decimal): -10477258 or 3547488. OLE color: 3547488.

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

Color convert

RGB963354-
CMYK00.660.440.62
HSL340º48.84%25.29%-
HSV(B)340º65.62%37.65%-
XYZ6.033.843.91-
YUV54.23127.87157.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 54 (21.48% from 255) = 29.51%
R=52.46%
G=18.03%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96335400.660.440.6234048.8425.29
Hex6021360422C3E1543119
Octal1404166010254765246131
Binary11000001000011101100100001010110011111010101010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602136; }

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

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

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

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

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

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

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

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