Shades of Maroon #5F0505
Tints of Maroon #5F0505
RGB
CMYK
RGB Variations
Color information
#5F0505 (or 0x5F0505) is known color: Maroon. HEX triplet: 5F, 05 and 05. RGB value is (95,5,5). Sum of RGB (Red+Green+Blue) = 95+5+5=105 (13% of max value = 765). Red value is 95 (37.5% from 255 or 90.48% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0505 is #A0FAFA. Grayscale: #202020. Windows color (decimal): -10550011 or 329055. OLE color: 329055.
HSL color Cylindrical-coordinate representation of color #5F0505: hue angle of 0º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0505 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 5 | 5 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.63 |
| HSL | 0º | 0.9% | 0.2% | - |
| HSV(B) | 0º | 0.95% | 0.37% | - |
| XYZ | 4.8 | 2.55 | 0.38 | - |
| YUV | 31.91 | 112.82 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 5 | 5 | 0 | 0.95 | 0.95 | 0.63 | 0 | 0.9 | 0.2 |
| Hex | 5F | 5 | 5 | 0 | 5F | 5F | 3F | 0 | 5A | 14 |
| Octal | 137 | 5 | 5 | 0 | 137 | 137 | 77 | 0 | 132 | 24 |
| Binary | 1011111 | 101 | 101 | 0 | 1011111 | 1011111 | 111111 | 0 | 1011010 | 10100 |
Color Harmonies of #5F0505
Complementary color
Monochromatic Colors of #5F0505
Black with #5F0505
Text Example
Text Example
White with #5F0505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0505; }
p { color: rgb(95,5,5); }
H1.HeaderClassName
{
color: #5F0505;
}
.AnyTagClassName
{
color: #5F0505;
}
</style>
background-color css
<style>
a { background-color: #5F0505; }
a { background-color: rgb(95,5,5); }
div.DivClassName
{
background-color: #5F0505;
}
.BgClassName
{
background-color: #5F0505;
}
</style>
border-color css
<style>
span { border-color: #5F0505; }
span { border-color: rgb(95,5,5); }
td.TdClassName
{
border-color: #5F0505;
}
.TagClassName
{
border-color: #5F0505;
}
</style>