Shades of Siren #5F283C
Tints of Siren #5F283C
RGB
CMYK
RGB Variations
Color information
#5F283C (or 0x5F283C) is known color: Siren. HEX triplet: 5F, 28 and 3C. RGB value is (95,40,60). Sum of RGB (Red+Green+Blue) = 95+40+60=195 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.72% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 95 - color contains mainly: red. Hex color #5F283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F283C is #A0D7C3. Grayscale: #3A3A3A. Windows color (decimal): -10540996 or 3942495. OLE color: 3942495.
HSL color Cylindrical-coordinate representation of color #5F283C: hue angle of 338.18º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F283C is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 40 | 60 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.63 |
| HSL | 338.18º | 0.41% | 0.26% | - |
| HSV(B) | 338.18º | 0.58% | 0.37% | - |
| XYZ | 6.29 | 4.28 | 4.77 | - |
| YUV | 58.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 40 | 60 | 0 | 0.58 | 0.37 | 0.63 | 338.18 | 0.41 | 0.26 |
| Hex | 5F | 28 | 3C | 0 | 3A | 25 | 3F | 152 | 29 | 1A |
| Octal | 137 | 50 | 74 | 0 | 72 | 45 | 77 | 522 | 51 | 32 |
| Binary | 1011111 | 101000 | 111100 | 0 | 111010 | 100101 | 111111 | 101010010 | 101001 | 11010 |
Color Harmonies of #5F283C
Complementary color
Monochromatic Colors of #5F283C
Black with #5F283C
Text Example
Text Example
White with #5F283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F283C; }
p { color: rgb(95,40,60); }
H1.HeaderClassName
{
color: #5F283C;
}
.AnyTagClassName
{
color: #5F283C;
}
</style>
background-color css
<style>
a { background-color: #5F283C; }
a { background-color: rgb(95,40,60); }
div.DivClassName
{
background-color: #5F283C;
}
.BgClassName
{
background-color: #5F283C;
}
</style>
border-color css
<style>
span { border-color: #5F283C; }
span { border-color: rgb(95,40,60); }
td.TdClassName
{
border-color: #5F283C;
}
.TagClassName
{
border-color: #5F283C;
}
</style>