Shades of Burgundy #6F0719
Tints of Burgundy #6F0719
RGB
CMYK
RGB Variations
Color information
#6F0719 (or 0x6F0719) is known color: Burgundy. HEX triplet: 6F, 07 and 19. RGB value is (111,7,25). Sum of RGB (Red+Green+Blue) = 111+7+25=143 (18% of max value = 765). Red value is 111 (43.75% from 255 or 77.62% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0719 is #90F8E6. Grayscale: #282828. Windows color (decimal): -9500903 or 1640303. OLE color: 1640303.
HSL color Cylindrical-coordinate representation of color #6F0719: hue angle of 349.62º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0719 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 25 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.56 |
| HSL | 349.62º | 0.88% | 0.23% | - |
| HSV(B) | 349.62º | 0.94% | 0.44% | - |
| XYZ | 6.81 | 3.6 | 1.26 | - |
| YUV | 40.15 | 119.46 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 25 | 0 | 0.94 | 0.77 | 0.56 | 349.62 | 0.88 | 0.23 |
| Hex | 6F | 7 | 19 | 0 | 5E | 4D | 38 | 15E | 58 | 17 |
| Octal | 157 | 7 | 31 | 0 | 136 | 115 | 70 | 536 | 130 | 27 |
| Binary | 1101111 | 111 | 11001 | 0 | 1011110 | 1001101 | 111000 | 101011110 | 1011000 | 10111 |
Color Harmonies of #6F0719
Complementary color
Monochromatic Colors of #6F0719
Black with #6F0719
Text Example
Text Example
White with #6F0719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0719; }
p { color: rgb(111,7,25); }
H1.HeaderClassName
{
color: #6F0719;
}
.AnyTagClassName
{
color: #6F0719;
}
</style>
background-color css
<style>
a { background-color: #6F0719; }
a { background-color: rgb(111,7,25); }
div.DivClassName
{
background-color: #6F0719;
}
.BgClassName
{
background-color: #6F0719;
}
</style>
border-color css
<style>
span { border-color: #6F0719; }
span { border-color: rgb(111,7,25); }
td.TdClassName
{
border-color: #6F0719;
}
.TagClassName
{
border-color: #6F0719;
}
</style>