Shades of Siren #602538
Tints of Siren #602538
RGB
CMYK
RGB Variations
Color information
#602538 (or 0x602538) is known color: Siren. HEX triplet: 60, 25 and 38. RGB value is (96,37,56). Sum of RGB (Red+Green+Blue) = 96+37+56=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #602538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602538 is #9FDAC7. Grayscale: #383838. Windows color (decimal): -10476232 or 3679584. OLE color: 3679584.
HSL color Cylindrical-coordinate representation of color #602538: hue angle of 340.68º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #602538 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 56 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.62 |
| HSL | 340.68º | 0.44% | 0.26% | - |
| HSV(B) | 340.68º | 0.61% | 0.38% | - |
| XYZ | 6.2 | 4.1 | 4.21 | - |
| YUV | 56.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 56 | 0 | 0.61 | 0.42 | 0.62 | 340.68 | 0.44 | 0.26 |
| Hex | 60 | 25 | 38 | 0 | 3D | 2A | 3E | 155 | 2C | 1A |
| Octal | 140 | 45 | 70 | 0 | 75 | 52 | 76 | 525 | 54 | 32 |
| Binary | 1100000 | 100101 | 111000 | 0 | 111101 | 101010 | 111110 | 101010101 | 101100 | 11010 |
Color Harmonies of #602538
Complementary color
Monochromatic Colors of #602538
Black with #602538
Text Example
Text Example
White with #602538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602538; }
p { color: rgb(96,37,56); }
H1.HeaderClassName
{
color: #602538;
}
.AnyTagClassName
{
color: #602538;
}
</style>
background-color css
<style>
a { background-color: #602538; }
a { background-color: rgb(96,37,56); }
div.DivClassName
{
background-color: #602538;
}
.BgClassName
{
background-color: #602538;
}
</style>
border-color css
<style>
span { border-color: #602538; }
span { border-color: rgb(96,37,56); }
td.TdClassName
{
border-color: #602538;
}
.TagClassName
{
border-color: #602538;
}
</style>