Shades of Siren #602238
Tints of Siren #602238
RGB
CMYK
RGB Variations
Color information
#602238 (or 0x602238) is known color: Siren. HEX triplet: 60, 22 and 38. RGB value is (96,34,56). Sum of RGB (Red+Green+Blue) = 96+34+56=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #602238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602238 is #9FDDC7. Grayscale: #373737. Windows color (decimal): -10477000 or 3678816. OLE color: 3678816.
HSL color Cylindrical-coordinate representation of color #602238: hue angle of 338.71º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #602238 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 34 | 56 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.62 |
| HSL | 338.71º | 0.48% | 0.25% | - |
| HSV(B) | 338.71º | 0.65% | 0.38% | - |
| XYZ | 6.11 | 3.92 | 4.18 | - |
| YUV | 55.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 56 | 0 | 0.65 | 0.42 | 0.62 | 338.71 | 0.48 | 0.25 |
| Hex | 60 | 22 | 38 | 0 | 41 | 2A | 3E | 153 | 30 | 19 |
| Octal | 140 | 42 | 70 | 0 | 101 | 52 | 76 | 523 | 60 | 31 |
| Binary | 1100000 | 100010 | 111000 | 0 | 1000001 | 101010 | 111110 | 101010011 | 110000 | 11001 |
Color Harmonies of #602238
Complementary color
Monochromatic Colors of #602238
Black with #602238
Text Example
Text Example
White with #602238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602238; }
p { color: rgb(96,34,56); }
H1.HeaderClassName
{
color: #602238;
}
.AnyTagClassName
{
color: #602238;
}
</style>
background-color css
<style>
a { background-color: #602238; }
a { background-color: rgb(96,34,56); }
div.DivClassName
{
background-color: #602238;
}
.BgClassName
{
background-color: #602238;
}
</style>
border-color css
<style>
span { border-color: #602238; }
span { border-color: rgb(96,34,56); }
td.TdClassName
{
border-color: #602238;
}
.TagClassName
{
border-color: #602238;
}
</style>