#602D41

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

Shades of Siren #602D41

Tints of Siren #602D41

Color information

#602D41 (or 0x602D41) is unknown color: approx Siren. HEX triplet: 60, 2D and 41. RGB value is (96,45,65). Sum of RGB (Red+Green+Blue) = 96+45+65=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #602D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D41 is #9FD2BE. Grayscale: #3E3E3E. Windows color (decimal): -10474175 or 4271456. OLE color: 4271456.

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

Color convert

RGB964565-
CMYK00.530.320.62
HSL336.47º36.17%27.65%-
HSV(B)336.47º53.12%37.65%-
XYZ6.724.755.56-
YUV62.53129.4151.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 45 (17.97% from 255) = 21.84%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=46.60%
G=21.84%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96456500.530.320.62336.4736.1727.65
Hex602D41035203E150241c
Octal1405510106540765204434
Binary11000001011011000001011010110000011111010101000010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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