Shades of Burgundy #6F0127
Tints of Burgundy #6F0127
RGB
CMYK
RGB Variations
Color information
#6F0127 (or 0x6F0127) is known color: Burgundy. HEX triplet: 6F, 01 and 27. RGB value is (111,1,39). Sum of RGB (Red+Green+Blue) = 111+1+39=151 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.51% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0127 is #90FED8. Grayscale: #262626. Windows color (decimal): -9502425 or 2556271. OLE color: 2556271.
HSL color Cylindrical-coordinate representation of color #6F0127: hue angle of 339.27º 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 #6F0127 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.56 |
| HSL | 339.27º | 0.98% | 0.22% | - |
| HSV(B) | 339.27º | 0.99% | 0.44% | - |
| XYZ | 6.93 | 3.55 | 2.24 | - |
| YUV | 38.22 | 128.44 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 39 | 0 | 0.99 | 0.65 | 0.56 | 339.27 | 0.98 | 0.22 |
| Hex | 6F | 1 | 27 | 0 | 63 | 41 | 38 | 153 | 62 | 16 |
| Octal | 157 | 1 | 47 | 0 | 143 | 101 | 70 | 523 | 142 | 26 |
| Binary | 1101111 | 1 | 100111 | 0 | 1100011 | 1000001 | 111000 | 101010011 | 1100010 | 10110 |
Color Harmonies of #6F0127
Complementary color
Monochromatic Colors of #6F0127
Black with #6F0127
Text Example
Text Example
White with #6F0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0127; }
p { color: rgb(111,1,39); }
H1.HeaderClassName
{
color: #6F0127;
}
.AnyTagClassName
{
color: #6F0127;
}
</style>
background-color css
<style>
a { background-color: #6F0127; }
a { background-color: rgb(111,1,39); }
div.DivClassName
{
background-color: #6F0127;
}
.BgClassName
{
background-color: #6F0127;
}
</style>
border-color css
<style>
span { border-color: #6F0127; }
span { border-color: rgb(111,1,39); }
td.TdClassName
{
border-color: #6F0127;
}
.TagClassName
{
border-color: #6F0127;
}
</style>