Shades of Burgundy #6F030B
Tints of Burgundy #6F030B
RGB
CMYK
RGB Variations
Color information
#6F030B (or 0x6F030B) is known color: Burgundy. HEX triplet: 6F, 03 and 0B. RGB value is (111,3,11). Sum of RGB (Red+Green+Blue) = 111+3+11=125 (16% of max value = 765). Red value is 111 (43.75% from 255 or 88.8% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 111 - color contains mainly: red. Hex color #6F030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F030B is #90FCF4. Grayscale: #242424. Windows color (decimal): -9501941 or 721775. OLE color: 721775.
HSL color Cylindrical-coordinate representation of color #6F030B: hue angle of 355.56º 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 #6F030B is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 11 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.56 |
| HSL | 355.56º | 0.95% | 0.22% | - |
| HSV(B) | 355.56º | 0.97% | 0.44% | - |
| XYZ | 6.65 | 3.47 | 0.64 | - |
| YUV | 36.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 11 | 0 | 0.97 | 0.90 | 0.56 | 355.56 | 0.95 | 0.22 |
| Hex | 6F | 3 | B | 0 | 61 | 5A | 38 | 164 | 5F | 16 |
| Octal | 157 | 3 | 13 | 0 | 141 | 132 | 70 | 544 | 137 | 26 |
| Binary | 1101111 | 11 | 1011 | 0 | 1100001 | 1011010 | 111000 | 101100100 | 1011111 | 10110 |
Color Harmonies of #6F030B
Complementary color
Monochromatic Colors of #6F030B
Black with #6F030B
Text Example
Text Example
White with #6F030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F030B; }
p { color: rgb(111,3,11); }
H1.HeaderClassName
{
color: #6F030B;
}
.AnyTagClassName
{
color: #6F030B;
}
</style>
background-color css
<style>
a { background-color: #6F030B; }
a { background-color: rgb(111,3,11); }
div.DivClassName
{
background-color: #6F030B;
}
.BgClassName
{
background-color: #6F030B;
}
</style>
border-color css
<style>
span { border-color: #6F030B; }
span { border-color: rgb(111,3,11); }
td.TdClassName
{
border-color: #6F030B;
}
.TagClassName
{
border-color: #6F030B;
}
</style>