Shades of Burgundy #6F0120
Tints of Burgundy #6F0120
RGB
CMYK
RGB Variations
Color information
#6F0120 (or 0x6F0120) is known color: Burgundy. HEX triplet: 6F, 01 and 20. RGB value is (111,1,32). Sum of RGB (Red+Green+Blue) = 111+1+32=144 (19% of max value = 765). Red value is 111 (43.75% from 255 or 77.08% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0120 is #90FEDF. Grayscale: #252525. Windows color (decimal): -9502432 or 2097519. OLE color: 2097519.
HSL color Cylindrical-coordinate representation of color #6F0120: hue angle of 343.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 #6F0120 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.56 |
| HSL | 343.09º | 0.98% | 0.22% | - |
| HSV(B) | 343.09º | 0.99% | 0.44% | - |
| XYZ | 6.83 | 3.51 | 1.68 | - |
| YUV | 37.42 | 124.94 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 32 | 0 | 0.99 | 0.71 | 0.56 | 343.09 | 0.98 | 0.22 |
| Hex | 6F | 1 | 20 | 0 | 63 | 47 | 38 | 157 | 62 | 16 |
| Octal | 157 | 1 | 40 | 0 | 143 | 107 | 70 | 527 | 142 | 26 |
| Binary | 1101111 | 1 | 100000 | 0 | 1100011 | 1000111 | 111000 | 101010111 | 1100010 | 10110 |
Color Harmonies of #6F0120
Complementary color
Monochromatic Colors of #6F0120
Black with #6F0120
Text Example
Text Example
White with #6F0120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0120; }
p { color: rgb(111,1,32); }
H1.HeaderClassName
{
color: #6F0120;
}
.AnyTagClassName
{
color: #6F0120;
}
</style>
background-color css
<style>
a { background-color: #6F0120; }
a { background-color: rgb(111,1,32); }
div.DivClassName
{
background-color: #6F0120;
}
.BgClassName
{
background-color: #6F0120;
}
</style>
border-color css
<style>
span { border-color: #6F0120; }
span { border-color: rgb(111,1,32); }
td.TdClassName
{
border-color: #6F0120;
}
.TagClassName
{
border-color: #6F0120;
}
</style>