Shades of Siren #602F38
Tints of Siren #602F38
RGB
CMYK
RGB Variations
Color information
#602F38 (or 0x602F38) is known color: Siren. HEX triplet: 60, 2F and 38. RGB value is (96,47,56). Sum of RGB (Red+Green+Blue) = 96+47+56=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #602F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F38 is #9FD0C7. Grayscale: #3E3E3E. Windows color (decimal): -10473672 or 3682144. OLE color: 3682144.
HSL color Cylindrical-coordinate representation of color #602F38: hue angle of 348.98º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #602F38 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 47 | 56 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.62 |
| HSL | 348.98º | 0.34% | 0.28% | - |
| HSV(B) | 348.98º | 0.51% | 0.38% | - |
| XYZ | 6.55 | 4.81 | 4.32 | - |
| YUV | 62.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 56 | 0 | 0.51 | 0.42 | 0.62 | 348.98 | 0.34 | 0.28 |
| Hex | 60 | 2F | 38 | 0 | 33 | 2A | 3E | 15D | 22 | 1C |
| Octal | 140 | 57 | 70 | 0 | 63 | 52 | 76 | 535 | 42 | 34 |
| Binary | 1100000 | 101111 | 111000 | 0 | 110011 | 101010 | 111110 | 101011101 | 100010 | 11100 |
Color Harmonies of #602F38
Complementary color
Monochromatic Colors of #602F38
Black with #602F38
Text Example
Text Example
White with #602F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F38; }
p { color: rgb(96,47,56); }
H1.HeaderClassName
{
color: #602F38;
}
.AnyTagClassName
{
color: #602F38;
}
</style>
background-color css
<style>
a { background-color: #602F38; }
a { background-color: rgb(96,47,56); }
div.DivClassName
{
background-color: #602F38;
}
.BgClassName
{
background-color: #602F38;
}
</style>
border-color css
<style>
span { border-color: #602F38; }
span { border-color: rgb(96,47,56); }
td.TdClassName
{
border-color: #602F38;
}
.TagClassName
{
border-color: #602F38;
}
</style>