Shades of Burgundy #6F0013
Tints of Burgundy #6F0013
RGB
CMYK
RGB Variations
Color information
#6F0013 (or 0x6F0013) is known color: Burgundy. HEX triplet: 6F, 00 and 13. RGB value is (111,0,19). Sum of RGB (Red+Green+Blue) = 111+0+19=130 (17% of max value = 765). Red value is 111 (43.75% from 255 or 85.38% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0013 is #90FFEC. Grayscale: #232323. Windows color (decimal): -9502701 or 1245295. OLE color: 1245295.
HSL color Cylindrical-coordinate representation of color #6F0013: hue angle of 349.73º 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 #6F0013 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.83 | 0.56 |
| HSL | 349.73º | 1% | 0.22% | - |
| HSV(B) | 349.73º | 1% | 0.44% | - |
| XYZ | 6.67 | 3.43 | 0.93 | - |
| YUV | 35.36 | 118.77 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 19 | 0 | 1 | 0.83 | 0.56 | 349.73 | 1 | 0.22 |
| Hex | 6F | 0 | 13 | 0 | 64 | 53 | 38 | 15E | 64 | 16 |
| Octal | 157 | 0 | 23 | 0 | 144 | 123 | 70 | 536 | 144 | 26 |
| Binary | 1101111 | 0 | 10011 | 0 | 1100100 | 1010011 | 111000 | 101011110 | 1100100 | 10110 |
Color Harmonies of #6F0013
Complementary color
Monochromatic Colors of #6F0013
Black with #6F0013
Text Example
Text Example
White with #6F0013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0013; }
p { color: rgb(111,0,19); }
H1.HeaderClassName
{
color: #6F0013;
}
.AnyTagClassName
{
color: #6F0013;
}
</style>
background-color css
<style>
a { background-color: #6F0013; }
a { background-color: rgb(111,0,19); }
div.DivClassName
{
background-color: #6F0013;
}
.BgClassName
{
background-color: #6F0013;
}
</style>
border-color css
<style>
span { border-color: #6F0013; }
span { border-color: rgb(111,0,19); }
td.TdClassName
{
border-color: #6F0013;
}
.TagClassName
{
border-color: #6F0013;
}
</style>