#602739

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

Shades of Siren #602739

Tints of Siren #602739

Color information

#602739 (or 0x602739) is unknown color: approx Siren. HEX triplet: 60, 27 and 39. RGB value is (96,39,57). Sum of RGB (Red+Green+Blue) = 96+39+57=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #602739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602739 is #9FD8C6. Grayscale: #3A3A3A. Windows color (decimal): -10475719 or 3745632. OLE color: 3745632.

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

Color convert

RGB963957-
CMYK00.590.410.62
HSL341.05º42.22%26.47%-
HSV(B)341.05º59.38%37.65%-
XYZ6.294.234.36-
YUV58.09127.38155.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 39 (15.62% from 255) = 20.31%
BLUE value IS 57 (22.66% from 255) = 29.69%
R=50%
G=20.31%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96395700.590.410.62341.0542.2226.47
Hex60273903B293E1552a1a
Octal140477107351765255232
Binary1100000100111111001011101110100111111010101010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602739; }

 p { color: rgb(96,39,57); }

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

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

 a { background-color: rgb(96,39,57); }

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

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

 span { border-color: rgb(96,39,57); }

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