Shades of Burgundy #6F0327
Tints of Burgundy #6F0327
RGB
CMYK
RGB Variations
Color information
#6F0327 (or 0x6F0327) is known color: Burgundy. HEX triplet: 6F, 03 and 27. RGB value is (111,3,39). Sum of RGB (Red+Green+Blue) = 111+3+39=153 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.55% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0327 is #90FCD8. Grayscale: #272727. Windows color (decimal): -9501913 or 2556783. OLE color: 2556783.
HSL color Cylindrical-coordinate representation of color #6F0327: hue angle of 340º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F0327 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 39 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.56 |
| HSL | 340º | 0.95% | 0.22% | - |
| HSV(B) | 340º | 0.97% | 0.44% | - |
| XYZ | 6.95 | 3.59 | 2.25 | - |
| YUV | 39.4 | 127.78 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 39 | 0 | 0.97 | 0.65 | 0.56 | 340 | 0.95 | 0.22 |
| Hex | 6F | 3 | 27 | 0 | 61 | 41 | 38 | 154 | 5F | 16 |
| Octal | 157 | 3 | 47 | 0 | 141 | 101 | 70 | 524 | 137 | 26 |
| Binary | 1101111 | 11 | 100111 | 0 | 1100001 | 1000001 | 111000 | 101010100 | 1011111 | 10110 |
Color Harmonies of #6F0327
Complementary color
Monochromatic Colors of #6F0327
Black with #6F0327
Text Example
Text Example
White with #6F0327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0327; }
p { color: rgb(111,3,39); }
H1.HeaderClassName
{
color: #6F0327;
}
.AnyTagClassName
{
color: #6F0327;
}
</style>
background-color css
<style>
a { background-color: #6F0327; }
a { background-color: rgb(111,3,39); }
div.DivClassName
{
background-color: #6F0327;
}
.BgClassName
{
background-color: #6F0327;
}
</style>
border-color css
<style>
span { border-color: #6F0327; }
span { border-color: rgb(111,3,39); }
td.TdClassName
{
border-color: #6F0327;
}
.TagClassName
{
border-color: #6F0327;
}
</style>