Shades of Siren #5F2A3F
Tints of Siren #5F2A3F
RGB
CMYK
RGB Variations
Color information
#5F2A3F (or 0x5F2A3F) is known color: Siren. HEX triplet: 5F, 2A and 3F. RGB value is (95,42,63). Sum of RGB (Red+Green+Blue) = 95+42+63=200 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.5% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2A3F is #A0D5C0. Grayscale: #3C3C3C. Windows color (decimal): -10540481 or 4139615. OLE color: 4139615.
HSL color Cylindrical-coordinate representation of color #5F2A3F: hue angle of 336.23º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F2A3F is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 42 | 63 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.63 |
| HSL | 336.23º | 0.39% | 0.27% | - |
| HSV(B) | 336.23º | 0.56% | 0.37% | - |
| XYZ | 6.44 | 4.45 | 5.22 | - |
| YUV | 60.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 42 | 63 | 0 | 0.56 | 0.34 | 0.63 | 336.23 | 0.39 | 0.27 |
| Hex | 5F | 2A | 3F | 0 | 38 | 22 | 3F | 150 | 27 | 1B |
| Octal | 137 | 52 | 77 | 0 | 70 | 42 | 77 | 520 | 47 | 33 |
| Binary | 1011111 | 101010 | 111111 | 0 | 111000 | 100010 | 111111 | 101010000 | 100111 | 11011 |
Color Harmonies of #5F2A3F
Complementary color
Monochromatic Colors of #5F2A3F
Black with #5F2A3F
Text Example
Text Example
White with #5F2A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2A3F; }
p { color: rgb(95,42,63); }
H1.HeaderClassName
{
color: #5F2A3F;
}
.AnyTagClassName
{
color: #5F2A3F;
}
</style>
background-color css
<style>
a { background-color: #5F2A3F; }
a { background-color: rgb(95,42,63); }
div.DivClassName
{
background-color: #5F2A3F;
}
.BgClassName
{
background-color: #5F2A3F;
}
</style>
border-color css
<style>
span { border-color: #5F2A3F; }
span { border-color: rgb(95,42,63); }
td.TdClassName
{
border-color: #5F2A3F;
}
.TagClassName
{
border-color: #5F2A3F;
}
</style>