Shades of Burgundy #6F0A0D
Tints of Burgundy #6F0A0D
RGB
CMYK
RGB Variations
Color information
#6F0A0D (or 0x6F0A0D) is known color: Burgundy. HEX triplet: 6F, 0A and 0D. RGB value is (111,10,13). Sum of RGB (Red+Green+Blue) = 111+10+13=134 (17% of max value = 765). Red value is 111 (43.75% from 255 or 82.84% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0A0D is #90F5F2. Grayscale: #282828. Windows color (decimal): -9500147 or 854639. OLE color: 854639.
HSL color Cylindrical-coordinate representation of color #6F0A0D: hue angle of 358.22º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0A0D is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 10 | 13 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.56 |
| HSL | 358.22º | 0.83% | 0.24% | - |
| HSV(B) | 358.22º | 0.91% | 0.44% | - |
| XYZ | 6.74 | 3.63 | 0.73 | - |
| YUV | 40.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 13 | 0 | 0.91 | 0.88 | 0.56 | 358.22 | 0.83 | 0.24 |
| Hex | 6F | A | D | 0 | 5B | 58 | 38 | 166 | 53 | 18 |
| Octal | 157 | 12 | 15 | 0 | 133 | 130 | 70 | 546 | 123 | 30 |
| Binary | 1101111 | 1010 | 1101 | 0 | 1011011 | 1011000 | 111000 | 101100110 | 1010011 | 11000 |
Color Harmonies of #6F0A0D
Complementary color
Monochromatic Colors of #6F0A0D
Black with #6F0A0D
Text Example
Text Example
White with #6F0A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0A0D; }
p { color: rgb(111,10,13); }
H1.HeaderClassName
{
color: #6F0A0D;
}
.AnyTagClassName
{
color: #6F0A0D;
}
</style>
background-color css
<style>
a { background-color: #6F0A0D; }
a { background-color: rgb(111,10,13); }
div.DivClassName
{
background-color: #6F0A0D;
}
.BgClassName
{
background-color: #6F0A0D;
}
</style>
border-color css
<style>
span { border-color: #6F0A0D; }
span { border-color: rgb(111,10,13); }
td.TdClassName
{
border-color: #6F0A0D;
}
.TagClassName
{
border-color: #6F0A0D;
}
</style>