Shades of Burgundy #6F000D
Tints of Burgundy #6F000D
RGB
CMYK
RGB Variations
Color information
#6F000D (or 0x6F000D) is known color: Burgundy. HEX triplet: 6F, 00 and 0D. RGB value is (111,0,13). Sum of RGB (Red+Green+Blue) = 111+0+13=124 (16% of max value = 765). Red value is 111 (43.75% from 255 or 89.52% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 111 - color contains mainly: red. Hex color #6F000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F000D is #90FFF2. Grayscale: #222222. Windows color (decimal): -9502707 or 852079. OLE color: 852079.
HSL color Cylindrical-coordinate representation of color #6F000D: hue angle of 352.97º 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 #6F000D is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.88 | 0.56 |
| HSL | 352.97º | 1% | 0.22% | - |
| HSV(B) | 352.97º | 1% | 0.44% | - |
| XYZ | 6.63 | 3.41 | 0.69 | - |
| YUV | 34.67 | 115.77 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 13 | 0 | 1 | 0.88 | 0.56 | 352.97 | 1 | 0.22 |
| Hex | 6F | 0 | D | 0 | 64 | 58 | 38 | 161 | 64 | 16 |
| Octal | 157 | 0 | 15 | 0 | 144 | 130 | 70 | 541 | 144 | 26 |
| Binary | 1101111 | 0 | 1101 | 0 | 1100100 | 1011000 | 111000 | 101100001 | 1100100 | 10110 |
Color Harmonies of #6F000D
Complementary color
Monochromatic Colors of #6F000D
Black with #6F000D
Text Example
Text Example
White with #6F000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F000D; }
p { color: rgb(111,0,13); }
H1.HeaderClassName
{
color: #6F000D;
}
.AnyTagClassName
{
color: #6F000D;
}
</style>
background-color css
<style>
a { background-color: #6F000D; }
a { background-color: rgb(111,0,13); }
div.DivClassName
{
background-color: #6F000D;
}
.BgClassName
{
background-color: #6F000D;
}
</style>
border-color css
<style>
span { border-color: #6F000D; }
span { border-color: rgb(111,0,13); }
td.TdClassName
{
border-color: #6F000D;
}
.TagClassName
{
border-color: #6F000D;
}
</style>