Shades of Burgundy #6F0408
Tints of Burgundy #6F0408
RGB
CMYK
RGB Variations
Color information
#6F0408 (or 0x6F0408) is known color: Burgundy. HEX triplet: 6F, 04 and 08. RGB value is (111,4,8). Sum of RGB (Red+Green+Blue) = 111+4+8=123 (16% of max value = 765). Red value is 111 (43.75% from 255 or 90.24% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0408 is #90FBF7. Grayscale: #242424. Windows color (decimal): -9501688 or 525423. OLE color: 525423.
HSL color Cylindrical-coordinate representation of color #6F0408: hue angle of 357.76º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0408 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 8 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.56 |
| HSL | 357.76º | 0.93% | 0.23% | - |
| HSV(B) | 357.76º | 0.96% | 0.44% | - |
| XYZ | 6.64 | 3.48 | 0.55 | - |
| YUV | 36.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 8 | 0 | 0.96 | 0.93 | 0.56 | 357.76 | 0.93 | 0.23 |
| Hex | 6F | 4 | 8 | 0 | 60 | 5D | 38 | 166 | 5D | 17 |
| Octal | 157 | 4 | 10 | 0 | 140 | 135 | 70 | 546 | 135 | 27 |
| Binary | 1101111 | 100 | 1000 | 0 | 1100000 | 1011101 | 111000 | 101100110 | 1011101 | 10111 |
Color Harmonies of #6F0408
Complementary color
Monochromatic Colors of #6F0408
Black with #6F0408
Text Example
Text Example
White with #6F0408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0408; }
p { color: rgb(111,4,8); }
H1.HeaderClassName
{
color: #6F0408;
}
.AnyTagClassName
{
color: #6F0408;
}
</style>
background-color css
<style>
a { background-color: #6F0408; }
a { background-color: rgb(111,4,8); }
div.DivClassName
{
background-color: #6F0408;
}
.BgClassName
{
background-color: #6F0408;
}
</style>
border-color css
<style>
span { border-color: #6F0408; }
span { border-color: rgb(111,4,8); }
td.TdClassName
{
border-color: #6F0408;
}
.TagClassName
{
border-color: #6F0408;
}
</style>