Shades of Burgundy #6F012A
Tints of Burgundy #6F012A
RGB
CMYK
RGB Variations
Color information
#6F012A (or 0x6F012A) is known color: Burgundy. HEX triplet: 6F, 01 and 2A. RGB value is (111,1,42). Sum of RGB (Red+Green+Blue) = 111+1+42=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F012A is #90FED5. Grayscale: #262626. Windows color (decimal): -9502422 or 2752879. OLE color: 2752879.
HSL color Cylindrical-coordinate representation of color #6F012A: hue angle of 337.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F012A is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.56 |
| HSL | 337.64º | 0.98% | 0.22% | - |
| HSV(B) | 337.64º | 0.99% | 0.44% | - |
| XYZ | 6.98 | 3.57 | 2.51 | - |
| YUV | 38.56 | 129.94 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 42 | 0 | 0.99 | 0.62 | 0.56 | 337.64 | 0.98 | 0.22 |
| Hex | 6F | 1 | 2A | 0 | 63 | 3E | 38 | 152 | 62 | 16 |
| Octal | 157 | 1 | 52 | 0 | 143 | 76 | 70 | 522 | 142 | 26 |
| Binary | 1101111 | 1 | 101010 | 0 | 1100011 | 111110 | 111000 | 101010010 | 1100010 | 10110 |
Color Harmonies of #6F012A
Complementary color
Monochromatic Colors of #6F012A
Black with #6F012A
Text Example
Text Example
White with #6F012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F012A; }
p { color: rgb(111,1,42); }
H1.HeaderClassName
{
color: #6F012A;
}
.AnyTagClassName
{
color: #6F012A;
}
</style>
background-color css
<style>
a { background-color: #6F012A; }
a { background-color: rgb(111,1,42); }
div.DivClassName
{
background-color: #6F012A;
}
.BgClassName
{
background-color: #6F012A;
}
</style>
border-color css
<style>
span { border-color: #6F012A; }
span { border-color: rgb(111,1,42); }
td.TdClassName
{
border-color: #6F012A;
}
.TagClassName
{
border-color: #6F012A;
}
</style>