Shades of Maroon #6F0502
Tints of Maroon #6F0502
RGB
CMYK
RGB Variations
Color information
#6F0502 (or 0x6F0502) is known color: Maroon. HEX triplet: 6F, 05 and 02. RGB value is (111,5,2). Sum of RGB (Red+Green+Blue) = 111+5+2=118 (15% of max value = 765). Red value is 111 (43.75% from 255 or 94.07% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0502 is #90FAFD. Grayscale: #242424. Windows color (decimal): -9501438 or 132463. OLE color: 132463.
HSL color Cylindrical-coordinate representation of color #6F0502: hue angle of 1.65º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F0502 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 5 | 2 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.56 |
| HSL | 1.65º | 0.96% | 0.22% | - |
| HSV(B) | 1.65º | 0.98% | 0.44% | - |
| XYZ | 6.62 | 3.49 | 0.38 | - |
| YUV | 36.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 2 | 0 | 0.95 | 0.98 | 0.56 | 1.65 | 0.96 | 0.22 |
| Hex | 6F | 5 | 2 | 0 | 5F | 62 | 38 | 2 | 60 | 16 |
| Octal | 157 | 5 | 2 | 0 | 137 | 142 | 70 | 2 | 140 | 26 |
| Binary | 1101111 | 101 | 10 | 0 | 1011111 | 1100010 | 111000 | 10 | 1100000 | 10110 |
Color Harmonies of #6F0502
Complementary color
Monochromatic Colors of #6F0502
Black with #6F0502
Text Example
Text Example
White with #6F0502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0502; }
p { color: rgb(111,5,2); }
H1.HeaderClassName
{
color: #6F0502;
}
.AnyTagClassName
{
color: #6F0502;
}
</style>
background-color css
<style>
a { background-color: #6F0502; }
a { background-color: rgb(111,5,2); }
div.DivClassName
{
background-color: #6F0502;
}
.BgClassName
{
background-color: #6F0502;
}
</style>
border-color css
<style>
span { border-color: #6F0502; }
span { border-color: rgb(111,5,2); }
td.TdClassName
{
border-color: #6F0502;
}
.TagClassName
{
border-color: #6F0502;
}
</style>