#602C39

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

Shades of Siren #602C39

Tints of Siren #602C39

Color information

#602C39 (or 0x602C39) is unknown color: approx Siren. HEX triplet: 60, 2C and 39. RGB value is (96,44,57). Sum of RGB (Red+Green+Blue) = 96+44+57=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #602C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C39 is #9FD3C6. Grayscale: #3D3D3D. Windows color (decimal): -10474439 or 3746912. OLE color: 3746912.

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

Color convert

RGB964457-
CMYK00.540.410.62
HSL345º37.14%27.45%-
HSV(B)345º54.17%37.65%-
XYZ6.464.584.41-
YUV61.03125.73152.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 57 (22.66% from 255) = 28.93%
R=48.73%
G=22.34%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96445700.540.410.6234537.1427.45
Hex602C39036293E159251b
Octal140547106651765314533
Binary1100000101100111001011011010100111111010101100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,44,57); }

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

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

 a { background-color: rgb(96,44,57); }

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

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

 span { border-color: rgb(96,44,57); }

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