Shades of Siren #602C38
Tints of Siren #602C38
RGB
CMYK
RGB Variations
Color information
#602C38 (or 0x602C38) is known color: Siren. HEX triplet: 60, 2C and 38. RGB value is (96,44,56). Sum of RGB (Red+Green+Blue) = 96+44+56=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #602C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C38 is #9FD3C7. Grayscale: #3C3C3C. Windows color (decimal): -10474440 or 3681376. OLE color: 3681376.
HSL color Cylindrical-coordinate representation of color #602C38: hue angle of 346.15º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #602C38 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 44 | 56 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.62 |
| HSL | 346.15º | 0.37% | 0.27% | - |
| HSV(B) | 346.15º | 0.54% | 0.38% | - |
| XYZ | 6.44 | 4.57 | 4.28 | - |
| YUV | 60.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 56 | 0 | 0.54 | 0.42 | 0.62 | 346.15 | 0.37 | 0.27 |
| Hex | 60 | 2C | 38 | 0 | 36 | 2A | 3E | 15A | 25 | 1B |
| Octal | 140 | 54 | 70 | 0 | 66 | 52 | 76 | 532 | 45 | 33 |
| Binary | 1100000 | 101100 | 111000 | 0 | 110110 | 101010 | 111110 | 101011010 | 100101 | 11011 |
Color Harmonies of #602C38
Complementary color
Monochromatic Colors of #602C38
Black with #602C38
Text Example
Text Example
White with #602C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C38; }
p { color: rgb(96,44,56); }
H1.HeaderClassName
{
color: #602C38;
}
.AnyTagClassName
{
color: #602C38;
}
</style>
background-color css
<style>
a { background-color: #602C38; }
a { background-color: rgb(96,44,56); }
div.DivClassName
{
background-color: #602C38;
}
.BgClassName
{
background-color: #602C38;
}
</style>
border-color css
<style>
span { border-color: #602C38; }
span { border-color: rgb(96,44,56); }
td.TdClassName
{
border-color: #602C38;
}
.TagClassName
{
border-color: #602C38;
}
</style>