Shades of Burgundy #6F022A
Tints of Burgundy #6F022A
RGB
CMYK
RGB Variations
Color information
#6F022A (or 0x6F022A) is known color: Burgundy. HEX triplet: 6F, 02 and 2A. RGB value is (111,2,42). Sum of RGB (Red+Green+Blue) = 111+2+42=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F022A is #90FDD5. Grayscale: #272727. Windows color (decimal): -9502166 or 2753135. OLE color: 2753135.
HSL color Cylindrical-coordinate representation of color #6F022A: hue angle of 337.98º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F022A is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 2 | 42 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.56 |
| HSL | 337.98º | 0.96% | 0.22% | - |
| HSV(B) | 337.98º | 0.98% | 0.44% | - |
| XYZ | 7 | 3.59 | 2.51 | - |
| YUV | 39.15 | 129.61 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 42 | 0 | 0.98 | 0.62 | 0.56 | 337.98 | 0.96 | 0.22 |
| Hex | 6F | 2 | 2A | 0 | 62 | 3E | 38 | 152 | 60 | 16 |
| Octal | 157 | 2 | 52 | 0 | 142 | 76 | 70 | 522 | 140 | 26 |
| Binary | 1101111 | 10 | 101010 | 0 | 1100010 | 111110 | 111000 | 101010010 | 1100000 | 10110 |
Color Harmonies of #6F022A
Complementary color
Monochromatic Colors of #6F022A
Black with #6F022A
Text Example
Text Example
White with #6F022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F022A; }
p { color: rgb(111,2,42); }
H1.HeaderClassName
{
color: #6F022A;
}
.AnyTagClassName
{
color: #6F022A;
}
</style>
background-color css
<style>
a { background-color: #6F022A; }
a { background-color: rgb(111,2,42); }
div.DivClassName
{
background-color: #6F022A;
}
.BgClassName
{
background-color: #6F022A;
}
</style>
border-color css
<style>
span { border-color: #6F022A; }
span { border-color: rgb(111,2,42); }
td.TdClassName
{
border-color: #6F022A;
}
.TagClassName
{
border-color: #6F022A;
}
</style>