#602F3F

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

Shades of Siren #602F3F

Tints of Siren #602F3F

Color information

#602F3F (or 0x602F3F) is unknown color: approx Siren. HEX triplet: 60, 2F and 3F. RGB value is (96,47,63). Sum of RGB (Red+Green+Blue) = 96+47+63=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #602F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F3F is #9FD0C0. Grayscale: #3F3F3F. Windows color (decimal): -10473665 or 4140896. OLE color: 4140896.

HSL color Cylindrical-coordinate representation of color #602F3F: hue angle of 340.41º 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 #602F3F is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB964763-
CMYK00.510.340.62
HSL340.41º34.27%28.04%-
HSV(B)340.41º51.04%37.65%-
XYZ6.744.885.29-
YUV63.48127.73151.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 47 (18.75% from 255) = 22.82%
BLUE value IS 63 (25% from 255) = 30.58%
R=46.60%
G=22.82%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96476300.510.340.62340.4134.2728.04
Hex602F3F033223E154221c
Octal140577706342765244234
Binary1100000101111111111011001110001011111010101010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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