#602A40

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

Shades of Siren #602A40

Tints of Siren #602A40

Color information

#602A40 (or 0x602A40) is unknown color: approx Siren. HEX triplet: 60, 2A and 40. RGB value is (96,42,64). Sum of RGB (Red+Green+Blue) = 96+42+64=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #602A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602A40 is #9FD5BF. Grayscale: #3C3C3C. Windows color (decimal): -10474944 or 4205152. OLE color: 4205152.

HSL color Cylindrical-coordinate representation of color #602A40: hue angle of 335.56º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #602A40 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB964264-
CMYK00.560.330.62
HSL335.56º39.13%27.06%-
HSV(B)335.56º56.25%37.65%-
XYZ6.584.515.37-
YUV60.65129.89153.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 42 (16.80% from 255) = 20.79%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=47.52%
G=20.79%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96426400.560.330.62335.5639.1327.06
Hex602A40038213E150271b
Octal1405210007041765204733
Binary11000001010101000000011100010000111111010101000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602A40; }

 p { color: rgb(96,42,64); }

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

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

 a { background-color: rgb(96,42,64); }

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

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

 span { border-color: rgb(96,42,64); }

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