Shades of Siren #5F263C
Tints of Siren #5F263C
RGB
CMYK
RGB Variations
Color information
#5F263C (or 0x5F263C) is known color: Siren. HEX triplet: 5F, 26 and 3C. RGB value is (95,38,60). Sum of RGB (Red+Green+Blue) = 95+38+60=193 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.22% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 95 - color contains mainly: red. Hex color #5F263C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F263C is #A0D9C3. Grayscale: #393939. Windows color (decimal): -10541508 or 3941983. OLE color: 3941983.
HSL color Cylindrical-coordinate representation of color #5F263C: hue angle of 336.84º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F263C is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 38 | 60 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.63 |
| HSL | 336.84º | 0.43% | 0.26% | - |
| HSV(B) | 336.84º | 0.6% | 0.37% | - |
| XYZ | 6.23 | 4.15 | 4.75 | - |
| YUV | 57.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 38 | 60 | 0 | 0.60 | 0.37 | 0.63 | 336.84 | 0.43 | 0.26 |
| Hex | 5F | 26 | 3C | 0 | 3C | 25 | 3F | 151 | 2B | 1A |
| Octal | 137 | 46 | 74 | 0 | 74 | 45 | 77 | 521 | 53 | 32 |
| Binary | 1011111 | 100110 | 111100 | 0 | 111100 | 100101 | 111111 | 101010001 | 101011 | 11010 |
Color Harmonies of #5F263C
Complementary color
Monochromatic Colors of #5F263C
Black with #5F263C
Text Example
Text Example
White with #5F263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F263C; }
p { color: rgb(95,38,60); }
H1.HeaderClassName
{
color: #5F263C;
}
.AnyTagClassName
{
color: #5F263C;
}
</style>
background-color css
<style>
a { background-color: #5F263C; }
a { background-color: rgb(95,38,60); }
div.DivClassName
{
background-color: #5F263C;
}
.BgClassName
{
background-color: #5F263C;
}
</style>
border-color css
<style>
span { border-color: #5F263C; }
span { border-color: rgb(95,38,60); }
td.TdClassName
{
border-color: #5F263C;
}
.TagClassName
{
border-color: #5F263C;
}
</style>