Shades of Burgundy #6F0517
Tints of Burgundy #6F0517
RGB
CMYK
RGB Variations
Color information
#6F0517 (or 0x6F0517) is known color: Burgundy. HEX triplet: 6F, 05 and 17. RGB value is (111,5,23). Sum of RGB (Red+Green+Blue) = 111+5+23=139 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.86% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0517 is #90FAE8. Grayscale: #262626. Windows color (decimal): -9501417 or 1508719. OLE color: 1508719.
HSL color Cylindrical-coordinate representation of color #6F0517: hue angle of 349.81º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0517 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 5 | 23 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.56 |
| HSL | 349.81º | 0.91% | 0.23% | - |
| HSV(B) | 349.81º | 0.95% | 0.44% | - |
| XYZ | 6.76 | 3.55 | 1.14 | - |
| YUV | 38.75 | 119.12 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 23 | 0 | 0.95 | 0.79 | 0.56 | 349.81 | 0.91 | 0.23 |
| Hex | 6F | 5 | 17 | 0 | 5F | 4F | 38 | 15E | 5B | 17 |
| Octal | 157 | 5 | 27 | 0 | 137 | 117 | 70 | 536 | 133 | 27 |
| Binary | 1101111 | 101 | 10111 | 0 | 1011111 | 1001111 | 111000 | 101011110 | 1011011 | 10111 |
Color Harmonies of #6F0517
Complementary color
Monochromatic Colors of #6F0517
Black with #6F0517
Text Example
Text Example
White with #6F0517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0517; }
p { color: rgb(111,5,23); }
H1.HeaderClassName
{
color: #6F0517;
}
.AnyTagClassName
{
color: #6F0517;
}
</style>
background-color css
<style>
a { background-color: #6F0517; }
a { background-color: rgb(111,5,23); }
div.DivClassName
{
background-color: #6F0517;
}
.BgClassName
{
background-color: #6F0517;
}
</style>
border-color css
<style>
span { border-color: #6F0517; }
span { border-color: rgb(111,5,23); }
td.TdClassName
{
border-color: #6F0517;
}
.TagClassName
{
border-color: #6F0517;
}
</style>