Shades of Burgundy #6F0919
Tints of Burgundy #6F0919
RGB
CMYK
RGB Variations
Color information
#6F0919 (or 0x6F0919) is known color: Burgundy. HEX triplet: 6F, 09 and 19. RGB value is (111,9,25). Sum of RGB (Red+Green+Blue) = 111+9+25=145 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.55% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0919 is #90F6E6. Grayscale: #292929. Windows color (decimal): -9500391 or 1640815. OLE color: 1640815.
HSL color Cylindrical-coordinate representation of color #6F0919: hue angle of 350.59º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F0919 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 25 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.56 |
| HSL | 350.59º | 0.85% | 0.24% | - |
| HSV(B) | 350.59º | 0.92% | 0.44% | - |
| XYZ | 6.83 | 3.65 | 1.26 | - |
| YUV | 41.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 25 | 0 | 0.92 | 0.77 | 0.56 | 350.59 | 0.85 | 0.24 |
| Hex | 6F | 9 | 19 | 0 | 5C | 4D | 38 | 15F | 55 | 18 |
| Octal | 157 | 11 | 31 | 0 | 134 | 115 | 70 | 537 | 125 | 30 |
| Binary | 1101111 | 1001 | 11001 | 0 | 1011100 | 1001101 | 111000 | 101011111 | 1010101 | 11000 |
Color Harmonies of #6F0919
Complementary color
Monochromatic Colors of #6F0919
Black with #6F0919
Text Example
Text Example
White with #6F0919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0919; }
p { color: rgb(111,9,25); }
H1.HeaderClassName
{
color: #6F0919;
}
.AnyTagClassName
{
color: #6F0919;
}
</style>
background-color css
<style>
a { background-color: #6F0919; }
a { background-color: rgb(111,9,25); }
div.DivClassName
{
background-color: #6F0919;
}
.BgClassName
{
background-color: #6F0919;
}
</style>
border-color css
<style>
span { border-color: #6F0919; }
span { border-color: rgb(111,9,25); }
td.TdClassName
{
border-color: #6F0919;
}
.TagClassName
{
border-color: #6F0919;
}
</style>