#602D3C

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

Shades of Siren #602D3C

Tints of Siren #602D3C

Color information

#602D3C (or 0x602D3C) is unknown color: approx Siren. HEX triplet: 60, 2D and 3C. RGB value is (96,45,60). Sum of RGB (Red+Green+Blue) = 96+45+60=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #602D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D3C is #9FD2C3. Grayscale: #3D3D3D. Windows color (decimal): -10474180 or 3943776. OLE color: 3943776.

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

Color convert

RGB964560-
CMYK00.530.380.62
HSL342.35º36.17%27.65%-
HSV(B)342.35º53.12%37.65%-
XYZ6.584.694.83-
YUV61.96126.9152.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.76%
GREEN value IS 45 (17.97% from 255) = 22.39%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=47.76%
G=22.39%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96456000.530.380.62342.3536.1727.65
Hex602D3C035263E156241c
Octal140557406546765264434
Binary1100000101101111100011010110011011111010101011010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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