Shades of Burgundy #6F021B
Tints of Burgundy #6F021B
RGB
CMYK
RGB Variations
Color information
#6F021B (or 0x6F021B) is known color: Burgundy. HEX triplet: 6F, 02 and 1B. RGB value is (111,2,27). Sum of RGB (Red+Green+Blue) = 111+2+27=140 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.29% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 111 - color contains mainly: red. Hex color #6F021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F021B is #90FDE4. Grayscale: #252525. Windows color (decimal): -9502181 or 1770095. OLE color: 1770095.
HSL color Cylindrical-coordinate representation of color #6F021B: hue angle of 346.24º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F021B is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 2 | 27 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.56 |
| HSL | 346.24º | 0.96% | 0.22% | - |
| HSV(B) | 346.24º | 0.98% | 0.44% | - |
| XYZ | 6.78 | 3.5 | 1.36 | - |
| YUV | 37.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 27 | 0 | 0.98 | 0.76 | 0.56 | 346.24 | 0.96 | 0.22 |
| Hex | 6F | 2 | 1B | 0 | 62 | 4C | 38 | 15A | 60 | 16 |
| Octal | 157 | 2 | 33 | 0 | 142 | 114 | 70 | 532 | 140 | 26 |
| Binary | 1101111 | 10 | 11011 | 0 | 1100010 | 1001100 | 111000 | 101011010 | 1100000 | 10110 |
Color Harmonies of #6F021B
Complementary color
Monochromatic Colors of #6F021B
Black with #6F021B
Text Example
Text Example
White with #6F021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F021B; }
p { color: rgb(111,2,27); }
H1.HeaderClassName
{
color: #6F021B;
}
.AnyTagClassName
{
color: #6F021B;
}
</style>
background-color css
<style>
a { background-color: #6F021B; }
a { background-color: rgb(111,2,27); }
div.DivClassName
{
background-color: #6F021B;
}
.BgClassName
{
background-color: #6F021B;
}
</style>
border-color css
<style>
span { border-color: #6F021B; }
span { border-color: rgb(111,2,27); }
td.TdClassName
{
border-color: #6F021B;
}
.TagClassName
{
border-color: #6F021B;
}
</style>