#602B3C

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

Shades of Siren #602B3C

Tints of Siren #602B3C

Color information

#602B3C (or 0x602B3C) is unknown color: approx Siren. HEX triplet: 60, 2B and 3C. RGB value is (96,43,60). Sum of RGB (Red+Green+Blue) = 96+43+60=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #602B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B3C is #9FD4C3. Grayscale: #3C3C3C. Windows color (decimal): -10474692 or 3943264. OLE color: 3943264.

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

Color convert

RGB964360-
CMYK00.550.380.62
HSL340.75º38.13%27.25%-
HSV(B)340.75º55.21%37.65%-
XYZ6.54.544.81-
YUV60.78127.56153.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 43 (17.19% from 255) = 21.61%
BLUE value IS 60 (23.83% from 255) = 30.15%
R=48.24%
G=21.61%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96436000.550.380.62340.7538.1327.25
Hex602B3C037263E155261b
Octal140537406746765254633
Binary1100000101011111100011011110011011111010101010110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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