#602133

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

Shades of Siren #602133

Tints of Siren #602133

Color information

#602133 (or 0x602133) is unknown color: approx Siren. HEX triplet: 60, 21 and 33. RGB value is (96,33,51). Sum of RGB (Red+Green+Blue) = 96+33+51=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #602133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602133 is #9FDECC. Grayscale: #353535. Windows color (decimal): -10477261 or 3350880. OLE color: 3350880.

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

Color convert

RGB963351-
CMYK00.660.470.62
HSL342.86º48.84%25.29%-
HSV(B)342.86º65.62%37.65%-
XYZ5.973.813.55-
YUV53.89126.37158.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 33 (13.28% from 255) = 18.33%
BLUE value IS 51 (20.31% from 255) = 28.33%
R=53.33%
G=18.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96335100.660.470.62342.8648.8425.29
Hex6021330422F3E1573119
Octal1404163010257765276131
Binary11000001000011100110100001010111111111010101011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602133; }

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

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

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

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

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

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

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

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