Shades of Maroon #5B0700
Tints of Maroon #5B0700
RGB
CMYK
RGB Variations
Color information
#5B0700 (or 0x5B0700) is known color: Maroon. HEX triplet: 5B, 07 and 00. RGB value is (91,7,0). Sum of RGB (Red+Green+Blue) = 91+7+0=98 (12% of max value = 765). Red value is 91 (35.94% from 255 or 92.86% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0700 is #A4F8FF. Grayscale: #1F1F1F. Windows color (decimal): -10811648 or 1883. OLE color: 1883.
HSL color Cylindrical-coordinate representation of color #5B0700: hue angle of 4.62º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B0700 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 7 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.64 |
| HSL | 4.62º | 1% | 0.18% | - |
| HSV(B) | 4.62º | 1% | 0.36% | - |
| XYZ | 4.39 | 2.38 | 0.23 | - |
| YUV | 31.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 0 | 0 | 0.92 | 1 | 0.64 | 4.62 | 1 | 0.18 |
| Hex | 5B | 7 | 0 | 0 | 5C | 64 | 40 | 5 | 64 | 12 |
| Octal | 133 | 7 | 0 | 0 | 134 | 144 | 100 | 5 | 144 | 22 |
| Binary | 1011011 | 111 | 0 | 0 | 1011100 | 1100100 | 1000000 | 101 | 1100100 | 10010 |
Color Harmonies of #5B0700
Complementary color
Monochromatic Colors of #5B0700
Black with #5B0700
Text Example
Text Example
White with #5B0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0700; }
p { color: rgb(91,7,0); }
H1.HeaderClassName
{
color: #5B0700;
}
.AnyTagClassName
{
color: #5B0700;
}
</style>
background-color css
<style>
a { background-color: #5B0700; }
a { background-color: rgb(91,7,0); }
div.DivClassName
{
background-color: #5B0700;
}
.BgClassName
{
background-color: #5B0700;
}
</style>
border-color css
<style>
span { border-color: #5B0700; }
span { border-color: rgb(91,7,0); }
td.TdClassName
{
border-color: #5B0700;
}
.TagClassName
{
border-color: #5B0700;
}
</style>