Shades of Burgundy #6F0A1B
Tints of Burgundy #6F0A1B
RGB
CMYK
RGB Variations
Color information
#6F0A1B (or 0x6F0A1B) is known color: Burgundy. HEX triplet: 6F, 0A and 1B. RGB value is (111,10,27). Sum of RGB (Red+Green+Blue) = 111+10+27=148 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0A1B is #90F5E4. Grayscale: #2A2A2A. Windows color (decimal): -9500133 or 1772143. OLE color: 1772143.
HSL color Cylindrical-coordinate representation of color #6F0A1B: hue angle of 349.9º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0A1B is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 10 | 27 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.56 |
| HSL | 349.9º | 0.83% | 0.24% | - |
| HSV(B) | 349.9º | 0.91% | 0.44% | - |
| XYZ | 6.86 | 3.68 | 1.38 | - |
| YUV | 42.14 | 119.46 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 27 | 0 | 0.91 | 0.76 | 0.56 | 349.9 | 0.83 | 0.24 |
| Hex | 6F | A | 1B | 0 | 5B | 4C | 38 | 15E | 53 | 18 |
| Octal | 157 | 12 | 33 | 0 | 133 | 114 | 70 | 536 | 123 | 30 |
| Binary | 1101111 | 1010 | 11011 | 0 | 1011011 | 1001100 | 111000 | 101011110 | 1010011 | 11000 |
Color Harmonies of #6F0A1B
Complementary color
Monochromatic Colors of #6F0A1B
Black with #6F0A1B
Text Example
Text Example
White with #6F0A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0A1B; }
p { color: rgb(111,10,27); }
H1.HeaderClassName
{
color: #6F0A1B;
}
.AnyTagClassName
{
color: #6F0A1B;
}
</style>
background-color css
<style>
a { background-color: #6F0A1B; }
a { background-color: rgb(111,10,27); }
div.DivClassName
{
background-color: #6F0A1B;
}
.BgClassName
{
background-color: #6F0A1B;
}
</style>
border-color css
<style>
span { border-color: #6F0A1B; }
span { border-color: rgb(111,10,27); }
td.TdClassName
{
border-color: #6F0A1B;
}
.TagClassName
{
border-color: #6F0A1B;
}
</style>