#602B3F

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

Shades of Siren #602B3F

Tints of Siren #602B3F

Color information

#602B3F (or 0x602B3F) is unknown color: approx Siren. HEX triplet: 60, 2B and 3F. RGB value is (96,43,63). Sum of RGB (Red+Green+Blue) = 96+43+63=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #602B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B3F is #9FD4C0. Grayscale: #3D3D3D. Windows color (decimal): -10474689 or 4139872. OLE color: 4139872.

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

Color convert

RGB964363-
CMYK00.550.340.62
HSL337.36º38.13%27.25%-
HSV(B)337.36º55.21%37.65%-
XYZ6.584.575.24-
YUV61.13129.06152.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 43 (17.19% from 255) = 21.29%
BLUE value IS 63 (25% from 255) = 31.19%
R=47.52%
G=21.29%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96436300.550.340.62337.3638.1327.25
Hex602B3F037223E151261b
Octal140537706742765214633
Binary1100000101011111111011011110001011111010101000110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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