#602E3F

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

Shades of Siren #602E3F

Tints of Siren #602E3F

Color information

#602E3F (or 0x602E3F) is unknown color: approx Siren. HEX triplet: 60, 2E and 3F. RGB value is (96,46,63). Sum of RGB (Red+Green+Blue) = 96+46+63=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #602E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602E3F is #9FD1C0. Grayscale: #3E3E3E. Windows color (decimal): -10473921 or 4140640. OLE color: 4140640.

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

Color convert

RGB964663-
CMYK00.520.340.62
HSL339.6º35.21%27.84%-
HSV(B)339.6º52.08%37.65%-
XYZ6.74.85.28-
YUV62.89128.06151.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 63 (25% from 255) = 30.73%
R=46.83%
G=22.44%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96466300.520.340.62339.635.2127.84
Hex602E3F034223E154231c
Octal140567706442765244334
Binary1100000101110111111011010010001011111010101010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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