Shades of Siren #602838
Tints of Siren #602838
RGB
CMYK
RGB Variations
Color information
#602838 (or 0x602838) is known color: Siren. HEX triplet: 60, 28 and 38. RGB value is (96,40,56). Sum of RGB (Red+Green+Blue) = 96+40+56=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #602838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602838 is #9FD7C7. Grayscale: #3A3A3A. Windows color (decimal): -10475464 or 3680352. OLE color: 3680352.
HSL color Cylindrical-coordinate representation of color #602838: hue angle of 342.86º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #602838 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 40 | 56 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.62 |
| HSL | 342.86º | 0.41% | 0.27% | - |
| HSV(B) | 342.86º | 0.58% | 0.38% | - |
| XYZ | 6.3 | 4.29 | 4.24 | - |
| YUV | 58.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 56 | 0 | 0.58 | 0.42 | 0.62 | 342.86 | 0.41 | 0.27 |
| Hex | 60 | 28 | 38 | 0 | 3A | 2A | 3E | 157 | 29 | 1B |
| Octal | 140 | 50 | 70 | 0 | 72 | 52 | 76 | 527 | 51 | 33 |
| Binary | 1100000 | 101000 | 111000 | 0 | 111010 | 101010 | 111110 | 101010111 | 101001 | 11011 |
Color Harmonies of #602838
Complementary color
Monochromatic Colors of #602838
Black with #602838
Text Example
Text Example
White with #602838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602838; }
p { color: rgb(96,40,56); }
H1.HeaderClassName
{
color: #602838;
}
.AnyTagClassName
{
color: #602838;
}
</style>
background-color css
<style>
a { background-color: #602838; }
a { background-color: rgb(96,40,56); }
div.DivClassName
{
background-color: #602838;
}
.BgClassName
{
background-color: #602838;
}
</style>
border-color css
<style>
span { border-color: #602838; }
span { border-color: rgb(96,40,56); }
td.TdClassName
{
border-color: #602838;
}
.TagClassName
{
border-color: #602838;
}
</style>