Shades of Burgundy #6F010F
Tints of Burgundy #6F010F
RGB
CMYK
RGB Variations
Color information
#6F010F (or 0x6F010F) is known color: Burgundy. HEX triplet: 6F, 01 and 0F. RGB value is (111,1,15). Sum of RGB (Red+Green+Blue) = 111+1+15=127 (16% of max value = 765). Red value is 111 (43.75% from 255 or 87.40% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 111 - color contains mainly: red. Hex color #6F010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F010F is #90FEF0. Grayscale: #232323. Windows color (decimal): -9502449 or 983407. OLE color: 983407.
HSL color Cylindrical-coordinate representation of color #6F010F: hue angle of 352.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F010F is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.56 |
| HSL | 352.36º | 0.98% | 0.22% | - |
| HSV(B) | 352.36º | 0.99% | 0.44% | - |
| XYZ | 6.65 | 3.44 | 0.76 | - |
| YUV | 35.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 15 | 0 | 0.99 | 0.86 | 0.56 | 352.36 | 0.98 | 0.22 |
| Hex | 6F | 1 | F | 0 | 63 | 56 | 38 | 160 | 62 | 16 |
| Octal | 157 | 1 | 17 | 0 | 143 | 126 | 70 | 540 | 142 | 26 |
| Binary | 1101111 | 1 | 1111 | 0 | 1100011 | 1010110 | 111000 | 101100000 | 1100010 | 10110 |
Color Harmonies of #6F010F
Complementary color
Monochromatic Colors of #6F010F
Black with #6F010F
Text Example
Text Example
White with #6F010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F010F; }
p { color: rgb(111,1,15); }
H1.HeaderClassName
{
color: #6F010F;
}
.AnyTagClassName
{
color: #6F010F;
}
</style>
background-color css
<style>
a { background-color: #6F010F; }
a { background-color: rgb(111,1,15); }
div.DivClassName
{
background-color: #6F010F;
}
.BgClassName
{
background-color: #6F010F;
}
</style>
border-color css
<style>
span { border-color: #6F010F; }
span { border-color: rgb(111,1,15); }
td.TdClassName
{
border-color: #6F010F;
}
.TagClassName
{
border-color: #6F010F;
}
</style>