Shades of Maroon #6F0100
Tints of Maroon #6F0100
RGB
CMYK
RGB Variations
Color information
#6F0100 (or 0x6F0100) is known color: Maroon. HEX triplet: 6F, 01 and 00. RGB value is (111,1,0). Sum of RGB (Red+Green+Blue) = 111+1+0=112 (14% of max value = 765). Red value is 111 (43.75% from 255 or 99.11% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0100 is #90FEFF. Grayscale: #212121. Windows color (decimal): -9502464 or 367. OLE color: 367.
HSL color Cylindrical-coordinate representation of color #6F0100: hue angle of 0.54º 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 #6F0100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.56 |
| HSL | 0.54º | 1% | 0.22% | - |
| HSV(B) | 0.54º | 1% | 0.44% | - |
| XYZ | 6.57 | 3.4 | 0.31 | - |
| YUV | 33.78 | 108.94 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 0 | 0 | 0.99 | 1 | 0.56 | 0.54 | 1 | 0.22 |
| Hex | 6F | 1 | 0 | 0 | 63 | 64 | 38 | 1 | 64 | 16 |
| Octal | 157 | 1 | 0 | 0 | 143 | 144 | 70 | 1 | 144 | 26 |
| Binary | 1101111 | 1 | 0 | 0 | 1100011 | 1100100 | 111000 | 1 | 1100100 | 10110 |
Color Harmonies of #6F0100
Complementary color
Monochromatic Colors of #6F0100
Black with #6F0100
Text Example
Text Example
White with #6F0100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0100; }
p { color: rgb(111,1,0); }
H1.HeaderClassName
{
color: #6F0100;
}
.AnyTagClassName
{
color: #6F0100;
}
</style>
background-color css
<style>
a { background-color: #6F0100; }
a { background-color: rgb(111,1,0); }
div.DivClassName
{
background-color: #6F0100;
}
.BgClassName
{
background-color: #6F0100;
}
</style>
border-color css
<style>
span { border-color: #6F0100; }
span { border-color: rgb(111,1,0); }
td.TdClassName
{
border-color: #6F0100;
}
.TagClassName
{
border-color: #6F0100;
}
</style>