Shades of Burgundy #6F082D
Tints of Burgundy #6F082D
RGB
CMYK
RGB Variations
Color information
#6F082D (or 0x6F082D) is known color: Burgundy. HEX triplet: 6F, 08 and 2D. RGB value is (111,8,45). Sum of RGB (Red+Green+Blue) = 111+8+45=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F082D is #90F7D2. Grayscale: #2A2A2A. Windows color (decimal): -9500627 or 2951279. OLE color: 2951279.
HSL color Cylindrical-coordinate representation of color #6F082D: hue angle of 338.45º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F082D is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 45 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.56 |
| HSL | 338.45º | 0.87% | 0.23% | - |
| HSV(B) | 338.45º | 0.93% | 0.44% | - |
| XYZ | 7.12 | 3.74 | 2.83 | - |
| YUV | 43.02 | 129.12 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 45 | 0 | 0.93 | 0.59 | 0.56 | 338.45 | 0.87 | 0.23 |
| Hex | 6F | 8 | 2D | 0 | 5D | 3B | 38 | 152 | 57 | 17 |
| Octal | 157 | 10 | 55 | 0 | 135 | 73 | 70 | 522 | 127 | 27 |
| Binary | 1101111 | 1000 | 101101 | 0 | 1011101 | 111011 | 111000 | 101010010 | 1010111 | 10111 |
Color Harmonies of #6F082D
Complementary color
Monochromatic Colors of #6F082D
Black with #6F082D
Text Example
Text Example
White with #6F082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F082D; }
p { color: rgb(111,8,45); }
H1.HeaderClassName
{
color: #6F082D;
}
.AnyTagClassName
{
color: #6F082D;
}
</style>
background-color css
<style>
a { background-color: #6F082D; }
a { background-color: rgb(111,8,45); }
div.DivClassName
{
background-color: #6F082D;
}
.BgClassName
{
background-color: #6F082D;
}
</style>
border-color css
<style>
span { border-color: #6F082D; }
span { border-color: rgb(111,8,45); }
td.TdClassName
{
border-color: #6F082D;
}
.TagClassName
{
border-color: #6F082D;
}
</style>