Shades of Burgundy #6F0A0F
Tints of Burgundy #6F0A0F
RGB
CMYK
RGB Variations
Color information
#6F0A0F (or 0x6F0A0F) is known color: Burgundy. HEX triplet: 6F, 0A and 0F. RGB value is (111,10,15). Sum of RGB (Red+Green+Blue) = 111+10+15=136 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.62% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0A0F is #90F5F0. Grayscale: #282828. Windows color (decimal): -9500145 or 985711. OLE color: 985711.
HSL color Cylindrical-coordinate representation of color #6F0A0F: hue angle of 357.03º 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 #6F0A0F is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 10 | 15 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.56 |
| HSL | 357.03º | 0.83% | 0.24% | - |
| HSV(B) | 357.03º | 0.91% | 0.44% | - |
| XYZ | 6.75 | 3.63 | 0.8 | - |
| YUV | 40.77 | 113.46 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 15 | 0 | 0.91 | 0.86 | 0.56 | 357.03 | 0.83 | 0.24 |
| Hex | 6F | A | F | 0 | 5B | 56 | 38 | 165 | 53 | 18 |
| Octal | 157 | 12 | 17 | 0 | 133 | 126 | 70 | 545 | 123 | 30 |
| Binary | 1101111 | 1010 | 1111 | 0 | 1011011 | 1010110 | 111000 | 101100101 | 1010011 | 11000 |
Color Harmonies of #6F0A0F
Complementary color
Monochromatic Colors of #6F0A0F
Black with #6F0A0F
Text Example
Text Example
White with #6F0A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0A0F; }
p { color: rgb(111,10,15); }
H1.HeaderClassName
{
color: #6F0A0F;
}
.AnyTagClassName
{
color: #6F0A0F;
}
</style>
background-color css
<style>
a { background-color: #6F0A0F; }
a { background-color: rgb(111,10,15); }
div.DivClassName
{
background-color: #6F0A0F;
}
.BgClassName
{
background-color: #6F0A0F;
}
</style>
border-color css
<style>
span { border-color: #6F0A0F; }
span { border-color: rgb(111,10,15); }
td.TdClassName
{
border-color: #6F0A0F;
}
.TagClassName
{
border-color: #6F0A0F;
}
</style>