#602F40

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

Shades of Siren #602F40

Tints of Siren #602F40

Color information

#602F40 (or 0x602F40) is unknown color: approx Siren. HEX triplet: 60, 2F and 40. RGB value is (96,47,64). Sum of RGB (Red+Green+Blue) = 96+47+64=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #602F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F40 is #9FD0BF. Grayscale: #3F3F3F. Windows color (decimal): -10473664 or 4206432. OLE color: 4206432.

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

Color convert

RGB964764-
CMYK00.510.330.62
HSL339.18º34.27%28.04%-
HSV(B)339.18º51.04%37.65%-
XYZ6.774.895.44-
YUV63.59128.23151.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 47 (18.75% from 255) = 22.71%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=46.38%
G=22.71%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96476400.510.330.62339.1834.2728.04
Hex602F40033213E153221c
Octal1405710006341765234234
Binary11000001011111000000011001110000111111010101001110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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