#602736

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

Shades of Siren #602736

Tints of Siren #602736

Color information

#602736 (or 0x602736) is unknown color: approx Siren. HEX triplet: 60, 27 and 36. RGB value is (96,39,54). Sum of RGB (Red+Green+Blue) = 96+39+54=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #602736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602736 is #9FD8C9. Grayscale: #393939. Windows color (decimal): -10475722 or 3549024. OLE color: 3549024.

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

Color convert

RGB963954-
CMYK00.590.440.62
HSL344.21º42.22%26.47%-
HSV(B)344.21º59.38%37.65%-
XYZ6.224.23.97-
YUV57.75125.88155.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.79%
GREEN value IS 39 (15.62% from 255) = 20.63%
BLUE value IS 54 (21.48% from 255) = 28.57%
R=50.79%
G=20.63%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96395400.590.440.62344.2142.2226.47
Hex60273603B2C3E1582a1a
Octal140476607354765305232
Binary1100000100111110110011101110110011111010101100010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602736; }

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

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

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

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

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

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

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

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