Shades of Siren #5F293C
Tints of Siren #5F293C
RGB
CMYK
RGB Variations
Color information
#5F293C (or 0x5F293C) is known color: Siren. HEX triplet: 5F, 29 and 3C. RGB value is (95,41,60). Sum of RGB (Red+Green+Blue) = 95+41+60=196 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.47% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 95 - color contains mainly: red. Hex color #5F293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F293C is #A0D6C3. Grayscale: #3B3B3B. Windows color (decimal): -10540740 or 3942751. OLE color: 3942751.
HSL color Cylindrical-coordinate representation of color #5F293C: hue angle of 338.89º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F293C is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 41 | 60 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.63 |
| HSL | 338.89º | 0.4% | 0.27% | - |
| HSV(B) | 338.89º | 0.57% | 0.37% | - |
| XYZ | 6.33 | 4.35 | 4.78 | - |
| YUV | 59.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 41 | 60 | 0 | 0.57 | 0.37 | 0.63 | 338.89 | 0.4 | 0.27 |
| Hex | 5F | 29 | 3C | 0 | 39 | 25 | 3F | 153 | 28 | 1B |
| Octal | 137 | 51 | 74 | 0 | 71 | 45 | 77 | 523 | 50 | 33 |
| Binary | 1011111 | 101001 | 111100 | 0 | 111001 | 100101 | 111111 | 101010011 | 101000 | 11011 |
Color Harmonies of #5F293C
Complementary color
Monochromatic Colors of #5F293C
Black with #5F293C
Text Example
Text Example
White with #5F293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F293C; }
p { color: rgb(95,41,60); }
H1.HeaderClassName
{
color: #5F293C;
}
.AnyTagClassName
{
color: #5F293C;
}
</style>
background-color css
<style>
a { background-color: #5F293C; }
a { background-color: rgb(95,41,60); }
div.DivClassName
{
background-color: #5F293C;
}
.BgClassName
{
background-color: #5F293C;
}
</style>
border-color css
<style>
span { border-color: #5F293C; }
span { border-color: rgb(95,41,60); }
td.TdClassName
{
border-color: #5F293C;
}
.TagClassName
{
border-color: #5F293C;
}
</style>