Shades of Burgundy #6F012B
Tints of Burgundy #6F012B
RGB
CMYK
RGB Variations
Color information
#6F012B (or 0x6F012B) is known color: Burgundy. HEX triplet: 6F, 01 and 2B. RGB value is (111,1,43). Sum of RGB (Red+Green+Blue) = 111+1+43=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F012B is #90FED4. Grayscale: #262626. Windows color (decimal): -9502421 or 2818415. OLE color: 2818415.
HSL color Cylindrical-coordinate representation of color #6F012B: hue angle of 337.09º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F012B is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.56 |
| HSL | 337.09º | 0.98% | 0.22% | - |
| HSV(B) | 337.09º | 0.99% | 0.44% | - |
| XYZ | 7 | 3.58 | 2.61 | - |
| YUV | 38.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 43 | 0 | 0.99 | 0.61 | 0.56 | 337.09 | 0.98 | 0.22 |
| Hex | 6F | 1 | 2B | 0 | 63 | 3D | 38 | 151 | 62 | 16 |
| Octal | 157 | 1 | 53 | 0 | 143 | 75 | 70 | 521 | 142 | 26 |
| Binary | 1101111 | 1 | 101011 | 0 | 1100011 | 111101 | 111000 | 101010001 | 1100010 | 10110 |
Color Harmonies of #6F012B
Complementary color
Monochromatic Colors of #6F012B
Black with #6F012B
Text Example
Text Example
White with #6F012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F012B; }
p { color: rgb(111,1,43); }
H1.HeaderClassName
{
color: #6F012B;
}
.AnyTagClassName
{
color: #6F012B;
}
</style>
background-color css
<style>
a { background-color: #6F012B; }
a { background-color: rgb(111,1,43); }
div.DivClassName
{
background-color: #6F012B;
}
.BgClassName
{
background-color: #6F012B;
}
</style>
border-color css
<style>
span { border-color: #6F012B; }
span { border-color: rgb(111,1,43); }
td.TdClassName
{
border-color: #6F012B;
}
.TagClassName
{
border-color: #6F012B;
}
</style>