Shades of Siren #603040
Tints of Siren #603040
RGB
CMYK
RGB Variations
Color information
#603040 (or 0x603040) is known color: Siren. HEX triplet: 60, 30 and 40. RGB value is (96,48,64). Sum of RGB (Red+Green+Blue) = 96+48+64=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #603040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603040 is #9FCFBF. Grayscale: #404040. Windows color (decimal): -10473408 or 4206688. OLE color: 4206688.
HSL color Cylindrical-coordinate representation of color #603040: hue angle of 340º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603040 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 48 | 64 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.62 |
| HSL | 340º | 0.33% | 0.28% | - |
| HSV(B) | 340º | 0.5% | 0.38% | - |
| XYZ | 6.81 | 4.97 | 5.45 | - |
| YUV | 64.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 64 | 0 | 0.50 | 0.33 | 0.62 | 340 | 0.33 | 0.28 |
| Hex | 60 | 30 | 40 | 0 | 32 | 21 | 3E | 154 | 21 | 1C |
| Octal | 140 | 60 | 100 | 0 | 62 | 41 | 76 | 524 | 41 | 34 |
| Binary | 1100000 | 110000 | 1000000 | 0 | 110010 | 100001 | 111110 | 101010100 | 100001 | 11100 |
Color Harmonies of #603040
Complementary color
Monochromatic Colors of #603040
Black with #603040
Text Example
Text Example
White with #603040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603040; }
p { color: rgb(96,48,64); }
H1.HeaderClassName
{
color: #603040;
}
.AnyTagClassName
{
color: #603040;
}
</style>
background-color css
<style>
a { background-color: #603040; }
a { background-color: rgb(96,48,64); }
div.DivClassName
{
background-color: #603040;
}
.BgClassName
{
background-color: #603040;
}
</style>
border-color css
<style>
span { border-color: #603040; }
span { border-color: rgb(96,48,64); }
td.TdClassName
{
border-color: #603040;
}
.TagClassName
{
border-color: #603040;
}
</style>