Shades of Burgundy #6F050D
Tints of Burgundy #6F050D
RGB
CMYK
RGB Variations
Color information
#6F050D (or 0x6F050D) is known color: Burgundy. HEX triplet: 6F, 05 and 0D. RGB value is (111,5,13). Sum of RGB (Red+Green+Blue) = 111+5+13=129 (17% of max value = 765). Red value is 111 (43.75% from 255 or 86.05% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 111 - color contains mainly: red. Hex color #6F050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F050D is #90FAF2. Grayscale: #252525. Windows color (decimal): -9501427 or 853359. OLE color: 853359.
HSL color Cylindrical-coordinate representation of color #6F050D: hue angle of 355.47º 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 #6F050D is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 5 | 13 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.56 |
| HSL | 355.47º | 0.91% | 0.23% | - |
| HSV(B) | 355.47º | 0.95% | 0.44% | - |
| XYZ | 6.68 | 3.52 | 0.71 | - |
| YUV | 37.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 13 | 0 | 0.95 | 0.88 | 0.56 | 355.47 | 0.91 | 0.23 |
| Hex | 6F | 5 | D | 0 | 5F | 58 | 38 | 163 | 5B | 17 |
| Octal | 157 | 5 | 15 | 0 | 137 | 130 | 70 | 543 | 133 | 27 |
| Binary | 1101111 | 101 | 1101 | 0 | 1011111 | 1011000 | 111000 | 101100011 | 1011011 | 10111 |
Color Harmonies of #6F050D
Complementary color
Monochromatic Colors of #6F050D
Black with #6F050D
Text Example
Text Example
White with #6F050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F050D; }
p { color: rgb(111,5,13); }
H1.HeaderClassName
{
color: #6F050D;
}
.AnyTagClassName
{
color: #6F050D;
}
</style>
background-color css
<style>
a { background-color: #6F050D; }
a { background-color: rgb(111,5,13); }
div.DivClassName
{
background-color: #6F050D;
}
.BgClassName
{
background-color: #6F050D;
}
</style>
border-color css
<style>
span { border-color: #6F050D; }
span { border-color: rgb(111,5,13); }
td.TdClassName
{
border-color: #6F050D;
}
.TagClassName
{
border-color: #6F050D;
}
</style>