Shades of Burgundy #6F0B27
Tints of Burgundy #6F0B27
RGB
CMYK
RGB Variations
Color information
#6F0B27 (or 0x6F0B27) is known color: Burgundy. HEX triplet: 6F, 0B and 27. RGB value is (111,11,39). Sum of RGB (Red+Green+Blue) = 111+11+39=161 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.94% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B27 is #90F4D8. Grayscale: #2C2C2C. Windows color (decimal): -9499865 or 2558831. OLE color: 2558831.
HSL color Cylindrical-coordinate representation of color #6F0B27: hue angle of 343.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B27 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 11 | 39 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.56 |
| HSL | 343.2º | 0.82% | 0.24% | - |
| HSV(B) | 343.2º | 0.9% | 0.44% | - |
| XYZ | 7.04 | 3.77 | 2.28 | - |
| YUV | 44.09 | 125.13 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 39 | 0 | 0.90 | 0.65 | 0.56 | 343.2 | 0.82 | 0.24 |
| Hex | 6F | B | 27 | 0 | 5A | 41 | 38 | 157 | 52 | 18 |
| Octal | 157 | 13 | 47 | 0 | 132 | 101 | 70 | 527 | 122 | 30 |
| Binary | 1101111 | 1011 | 100111 | 0 | 1011010 | 1000001 | 111000 | 101010111 | 1010010 | 11000 |
Color Harmonies of #6F0B27
Complementary color
Monochromatic Colors of #6F0B27
Black with #6F0B27
Text Example
Text Example
White with #6F0B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0B27; }
p { color: rgb(111,11,39); }
H1.HeaderClassName
{
color: #6F0B27;
}
.AnyTagClassName
{
color: #6F0B27;
}
</style>
background-color css
<style>
a { background-color: #6F0B27; }
a { background-color: rgb(111,11,39); }
div.DivClassName
{
background-color: #6F0B27;
}
.BgClassName
{
background-color: #6F0B27;
}
</style>
border-color css
<style>
span { border-color: #6F0B27; }
span { border-color: rgb(111,11,39); }
td.TdClassName
{
border-color: #6F0B27;
}
.TagClassName
{
border-color: #6F0B27;
}
</style>