Shades of Burgundy #6F0A1A
Tints of Burgundy #6F0A1A
RGB
CMYK
RGB Variations
Color information
#6F0A1A (or 0x6F0A1A) is known color: Burgundy. HEX triplet: 6F, 0A and 1A. RGB value is (111,10,26). Sum of RGB (Red+Green+Blue) = 111+10+26=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0A1A is #90F5E5. Grayscale: #2A2A2A. Windows color (decimal): -9500134 or 1706607. OLE color: 1706607.
HSL color Cylindrical-coordinate representation of color #6F0A1A: hue angle of 350.5º 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 #6F0A1A is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 10 | 26 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.56 |
| HSL | 350.5º | 0.83% | 0.24% | - |
| HSV(B) | 350.5º | 0.91% | 0.44% | - |
| XYZ | 6.85 | 3.67 | 1.32 | - |
| YUV | 42.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 26 | 0 | 0.91 | 0.77 | 0.56 | 350.5 | 0.83 | 0.24 |
| Hex | 6F | A | 1A | 0 | 5B | 4D | 38 | 15E | 53 | 18 |
| Octal | 157 | 12 | 32 | 0 | 133 | 115 | 70 | 536 | 123 | 30 |
| Binary | 1101111 | 1010 | 11010 | 0 | 1011011 | 1001101 | 111000 | 101011110 | 1010011 | 11000 |
Color Harmonies of #6F0A1A
Complementary color
Monochromatic Colors of #6F0A1A
Black with #6F0A1A
Text Example
Text Example
White with #6F0A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0A1A; }
p { color: rgb(111,10,26); }
H1.HeaderClassName
{
color: #6F0A1A;
}
.AnyTagClassName
{
color: #6F0A1A;
}
</style>
background-color css
<style>
a { background-color: #6F0A1A; }
a { background-color: rgb(111,10,26); }
div.DivClassName
{
background-color: #6F0A1A;
}
.BgClassName
{
background-color: #6F0A1A;
}
</style>
border-color css
<style>
span { border-color: #6F0A1A; }
span { border-color: rgb(111,10,26); }
td.TdClassName
{
border-color: #6F0A1A;
}
.TagClassName
{
border-color: #6F0A1A;
}
</style>