Shades of Burgundy #6F0017
Tints of Burgundy #6F0017
RGB
CMYK
RGB Variations
Color information
#6F0017 (or 0x6F0017) is known color: Burgundy. HEX triplet: 6F, 00 and 17. RGB value is (111,0,23). Sum of RGB (Red+Green+Blue) = 111+0+23=134 (17% of max value = 765). Red value is 111 (43.75% from 255 or 82.84% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0017 is #90FFE8. Grayscale: #232323. Windows color (decimal): -9502697 or 1507439. OLE color: 1507439.
HSL color Cylindrical-coordinate representation of color #6F0017: hue angle of 347.57º 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 #6F0017 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.79 | 0.56 |
| HSL | 347.57º | 1% | 0.22% | - |
| HSV(B) | 347.57º | 1% | 0.44% | - |
| XYZ | 6.71 | 3.44 | 1.12 | - |
| YUV | 35.81 | 120.77 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 23 | 0 | 1 | 0.79 | 0.56 | 347.57 | 1 | 0.22 |
| Hex | 6F | 0 | 17 | 0 | 64 | 4F | 38 | 15C | 64 | 16 |
| Octal | 157 | 0 | 27 | 0 | 144 | 117 | 70 | 534 | 144 | 26 |
| Binary | 1101111 | 0 | 10111 | 0 | 1100100 | 1001111 | 111000 | 101011100 | 1100100 | 10110 |
Color Harmonies of #6F0017
Complementary color
Monochromatic Colors of #6F0017
Black with #6F0017
Text Example
Text Example
White with #6F0017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0017; }
p { color: rgb(111,0,23); }
H1.HeaderClassName
{
color: #6F0017;
}
.AnyTagClassName
{
color: #6F0017;
}
</style>
background-color css
<style>
a { background-color: #6F0017; }
a { background-color: rgb(111,0,23); }
div.DivClassName
{
background-color: #6F0017;
}
.BgClassName
{
background-color: #6F0017;
}
</style>
border-color css
<style>
span { border-color: #6F0017; }
span { border-color: rgb(111,0,23); }
td.TdClassName
{
border-color: #6F0017;
}
.TagClassName
{
border-color: #6F0017;
}
</style>