Shades of Siren #5F303F
Tints of Siren #5F303F
RGB
CMYK
RGB Variations
Color information
#5F303F (or 0x5F303F) is known color: Siren. HEX triplet: 5F, 30 and 3F. RGB value is (95,48,63). Sum of RGB (Red+Green+Blue) = 95+48+63=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 95 - color contains mainly: red. Hex color #5F303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F303F is #A0CFC0. Grayscale: #3F3F3F. Windows color (decimal): -10538945 or 4141151. OLE color: 4141151.
HSL color Cylindrical-coordinate representation of color #5F303F: hue angle of 340.85º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F303F is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 48 | 63 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.63 |
| HSL | 340.85º | 0.33% | 0.28% | - |
| HSV(B) | 340.85º | 0.49% | 0.37% | - |
| XYZ | 6.67 | 4.91 | 5.3 | - |
| YUV | 63.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 48 | 63 | 0 | 0.49 | 0.34 | 0.63 | 340.85 | 0.33 | 0.28 |
| Hex | 5F | 30 | 3F | 0 | 31 | 22 | 3F | 155 | 21 | 1C |
| Octal | 137 | 60 | 77 | 0 | 61 | 42 | 77 | 525 | 41 | 34 |
| Binary | 1011111 | 110000 | 111111 | 0 | 110001 | 100010 | 111111 | 101010101 | 100001 | 11100 |
Color Harmonies of #5F303F
Complementary color
Monochromatic Colors of #5F303F
Black with #5F303F
Text Example
Text Example
White with #5F303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F303F; }
p { color: rgb(95,48,63); }
H1.HeaderClassName
{
color: #5F303F;
}
.AnyTagClassName
{
color: #5F303F;
}
</style>
background-color css
<style>
a { background-color: #5F303F; }
a { background-color: rgb(95,48,63); }
div.DivClassName
{
background-color: #5F303F;
}
.BgClassName
{
background-color: #5F303F;
}
</style>
border-color css
<style>
span { border-color: #5F303F; }
span { border-color: rgb(95,48,63); }
td.TdClassName
{
border-color: #5F303F;
}
.TagClassName
{
border-color: #5F303F;
}
</style>