Shades of Burgundy #6F001F
Tints of Burgundy #6F001F
RGB
CMYK
RGB Variations
Color information
#6F001F (or 0x6F001F) is known color: Burgundy. HEX triplet: 6F, 00 and 1F. RGB value is (111,0,31). Sum of RGB (Red+Green+Blue) = 111+0+31=142 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.17% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 111 - color contains mainly: red. Hex color #6F001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F001F is #90FFE0. Grayscale: #242424. Windows color (decimal): -9502689 or 2031727. OLE color: 2031727.
HSL color Cylindrical-coordinate representation of color #6F001F: hue angle of 343.24º 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 #6F001F is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.72 | 0.56 |
| HSL | 343.24º | 1% | 0.22% | - |
| HSV(B) | 343.24º | 1% | 0.44% | - |
| XYZ | 6.8 | 3.48 | 1.61 | - |
| YUV | 36.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 31 | 0 | 1 | 0.72 | 0.56 | 343.24 | 1 | 0.22 |
| Hex | 6F | 0 | 1F | 0 | 64 | 48 | 38 | 157 | 64 | 16 |
| Octal | 157 | 0 | 37 | 0 | 144 | 110 | 70 | 527 | 144 | 26 |
| Binary | 1101111 | 0 | 11111 | 0 | 1100100 | 1001000 | 111000 | 101010111 | 1100100 | 10110 |
Color Harmonies of #6F001F
Complementary color
Monochromatic Colors of #6F001F
Black with #6F001F
Text Example
Text Example
White with #6F001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F001F; }
p { color: rgb(111,0,31); }
H1.HeaderClassName
{
color: #6F001F;
}
.AnyTagClassName
{
color: #6F001F;
}
</style>
background-color css
<style>
a { background-color: #6F001F; }
a { background-color: rgb(111,0,31); }
div.DivClassName
{
background-color: #6F001F;
}
.BgClassName
{
background-color: #6F001F;
}
</style>
border-color css
<style>
span { border-color: #6F001F; }
span { border-color: rgb(111,0,31); }
td.TdClassName
{
border-color: #6F001F;
}
.TagClassName
{
border-color: #6F001F;
}
</style>