Shades of Maroon #6F0200
Tints of Maroon #6F0200
RGB
CMYK
RGB Variations
Color information
#6F0200 (or 0x6F0200) is known color: Maroon. HEX triplet: 6F, 02 and 00. RGB value is (111,2,0). Sum of RGB (Red+Green+Blue) = 111+2+0=113 (14% of max value = 765). Red value is 111 (43.75% from 255 or 98.23% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0200 is #90FDFF. Grayscale: #222222. Windows color (decimal): -9502208 or 623. OLE color: 623.
HSL color Cylindrical-coordinate representation of color #6F0200: hue angle of 1.08º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0200 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 2 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.56 |
| HSL | 1.08º | 1% | 0.22% | - |
| HSV(B) | 1.08º | 1% | 0.44% | - |
| XYZ | 6.58 | 3.42 | 0.31 | - |
| YUV | 34.36 | 108.61 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 0 | 0 | 0.98 | 1 | 0.56 | 1.08 | 1 | 0.22 |
| Hex | 6F | 2 | 0 | 0 | 62 | 64 | 38 | 1 | 64 | 16 |
| Octal | 157 | 2 | 0 | 0 | 142 | 144 | 70 | 1 | 144 | 26 |
| Binary | 1101111 | 10 | 0 | 0 | 1100010 | 1100100 | 111000 | 1 | 1100100 | 10110 |
Color Harmonies of #6F0200
Complementary color
Monochromatic Colors of #6F0200
Black with #6F0200
Text Example
Text Example
White with #6F0200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0200; }
p { color: rgb(111,2,0); }
H1.HeaderClassName
{
color: #6F0200;
}
.AnyTagClassName
{
color: #6F0200;
}
</style>
background-color css
<style>
a { background-color: #6F0200; }
a { background-color: rgb(111,2,0); }
div.DivClassName
{
background-color: #6F0200;
}
.BgClassName
{
background-color: #6F0200;
}
</style>
border-color css
<style>
span { border-color: #6F0200; }
span { border-color: rgb(111,2,0); }
td.TdClassName
{
border-color: #6F0200;
}
.TagClassName
{
border-color: #6F0200;
}
</style>