Shades of Burgundy #6F062B
Tints of Burgundy #6F062B
RGB
CMYK
RGB Variations
Color information
#6F062B (or 0x6F062B) is known color: Burgundy. HEX triplet: 6F, 06 and 2B. RGB value is (111,6,43). Sum of RGB (Red+Green+Blue) = 111+6+43=160 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.38% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 111 - color contains mainly: red. Hex color #6F062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F062B is #90F9D4. Grayscale: #292929. Windows color (decimal): -9501141 or 2819695. OLE color: 2819695.
HSL color Cylindrical-coordinate representation of color #6F062B: hue angle of 338.86º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F062B is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 6 | 43 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.56 |
| HSL | 338.86º | 0.9% | 0.23% | - |
| HSV(B) | 338.86º | 0.95% | 0.44% | - |
| XYZ | 7.06 | 3.68 | 2.62 | - |
| YUV | 41.61 | 128.79 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 43 | 0 | 0.95 | 0.61 | 0.56 | 338.86 | 0.9 | 0.23 |
| Hex | 6F | 6 | 2B | 0 | 5F | 3D | 38 | 153 | 5A | 17 |
| Octal | 157 | 6 | 53 | 0 | 137 | 75 | 70 | 523 | 132 | 27 |
| Binary | 1101111 | 110 | 101011 | 0 | 1011111 | 111101 | 111000 | 101010011 | 1011010 | 10111 |
Color Harmonies of #6F062B
Complementary color
Monochromatic Colors of #6F062B
Black with #6F062B
Text Example
Text Example
White with #6F062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F062B; }
p { color: rgb(111,6,43); }
H1.HeaderClassName
{
color: #6F062B;
}
.AnyTagClassName
{
color: #6F062B;
}
</style>
background-color css
<style>
a { background-color: #6F062B; }
a { background-color: rgb(111,6,43); }
div.DivClassName
{
background-color: #6F062B;
}
.BgClassName
{
background-color: #6F062B;
}
</style>
border-color css
<style>
span { border-color: #6F062B; }
span { border-color: rgb(111,6,43); }
td.TdClassName
{
border-color: #6F062B;
}
.TagClassName
{
border-color: #6F062B;
}
</style>