Shades of Burgundy #6F0B28
Tints of Burgundy #6F0B28
RGB
CMYK
RGB Variations
Color information
#6F0B28 (or 0x6F0B28) is known color: Burgundy. HEX triplet: 6F, 0B and 28. RGB value is (111,11,40). Sum of RGB (Red+Green+Blue) = 111+11+40=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B28 is #90F4D7. Grayscale: #2C2C2C. Windows color (decimal): -9499864 or 2624367. OLE color: 2624367.
HSL color Cylindrical-coordinate representation of color #6F0B28: hue angle of 342.6º 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 #6F0B28 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 11 | 40 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.56 |
| HSL | 342.6º | 0.82% | 0.24% | - |
| HSV(B) | 342.6º | 0.9% | 0.44% | - |
| XYZ | 7.06 | 3.77 | 2.36 | - |
| YUV | 44.21 | 125.63 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 40 | 0 | 0.90 | 0.64 | 0.56 | 342.6 | 0.82 | 0.24 |
| Hex | 6F | B | 28 | 0 | 5A | 40 | 38 | 157 | 52 | 18 |
| Octal | 157 | 13 | 50 | 0 | 132 | 100 | 70 | 527 | 122 | 30 |
| Binary | 1101111 | 1011 | 101000 | 0 | 1011010 | 1000000 | 111000 | 101010111 | 1010010 | 11000 |
Color Harmonies of #6F0B28
Complementary color
Monochromatic Colors of #6F0B28
Black with #6F0B28
Text Example
Text Example
White with #6F0B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0B28; }
p { color: rgb(111,11,40); }
H1.HeaderClassName
{
color: #6F0B28;
}
.AnyTagClassName
{
color: #6F0B28;
}
</style>
background-color css
<style>
a { background-color: #6F0B28; }
a { background-color: rgb(111,11,40); }
div.DivClassName
{
background-color: #6F0B28;
}
.BgClassName
{
background-color: #6F0B28;
}
</style>
border-color css
<style>
span { border-color: #6F0B28; }
span { border-color: rgb(111,11,40); }
td.TdClassName
{
border-color: #6F0B28;
}
.TagClassName
{
border-color: #6F0B28;
}
</style>