Shades of Burgundy #6F0018
Tints of Burgundy #6F0018
RGB
CMYK
RGB Variations
Color information
#6F0018 (or 0x6F0018) is known color: Burgundy. HEX triplet: 6F, 00 and 18. RGB value is (111,0,24). Sum of RGB (Red+Green+Blue) = 111+0+24=135 (17% of max value = 765). Red value is 111 (43.75% from 255 or 82.22% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0018 is #90FFE7. Grayscale: #232323. Windows color (decimal): -9502696 or 1572975. OLE color: 1572975.
HSL color Cylindrical-coordinate representation of color #6F0018: hue angle of 347.03º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0018 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.78 | 0.56 |
| HSL | 347.03º | 1% | 0.22% | - |
| HSV(B) | 347.03º | 1% | 0.44% | - |
| XYZ | 6.72 | 3.45 | 1.17 | - |
| YUV | 35.93 | 121.27 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 24 | 0 | 1 | 0.78 | 0.56 | 347.03 | 1 | 0.22 |
| Hex | 6F | 0 | 18 | 0 | 64 | 4E | 38 | 15B | 64 | 16 |
| Octal | 157 | 0 | 30 | 0 | 144 | 116 | 70 | 533 | 144 | 26 |
| Binary | 1101111 | 0 | 11000 | 0 | 1100100 | 1001110 | 111000 | 101011011 | 1100100 | 10110 |
Color Harmonies of #6F0018
Complementary color
Monochromatic Colors of #6F0018
Black with #6F0018
Text Example
Text Example
White with #6F0018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0018; }
p { color: rgb(111,0,24); }
H1.HeaderClassName
{
color: #6F0018;
}
.AnyTagClassName
{
color: #6F0018;
}
</style>
background-color css
<style>
a { background-color: #6F0018; }
a { background-color: rgb(111,0,24); }
div.DivClassName
{
background-color: #6F0018;
}
.BgClassName
{
background-color: #6F0018;
}
</style>
border-color css
<style>
span { border-color: #6F0018; }
span { border-color: rgb(111,0,24); }
td.TdClassName
{
border-color: #6F0018;
}
.TagClassName
{
border-color: #6F0018;
}
</style>