Shades of Burgundy #6F032B
Tints of Burgundy #6F032B
RGB
CMYK
RGB Variations
Color information
#6F032B (or 0x6F032B) is known color: Burgundy. HEX triplet: 6F, 03 and 2B. RGB value is (111,3,43). Sum of RGB (Red+Green+Blue) = 111+3+43=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F032B is #90FCD4. Grayscale: #272727. Windows color (decimal): -9501909 or 2818927. OLE color: 2818927.
HSL color Cylindrical-coordinate representation of color #6F032B: hue angle of 337.78º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F032B is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 43 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.56 |
| HSL | 337.78º | 0.95% | 0.22% | - |
| HSV(B) | 337.78º | 0.97% | 0.44% | - |
| XYZ | 7.02 | 3.62 | 2.61 | - |
| YUV | 39.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 43 | 0 | 0.97 | 0.61 | 0.56 | 337.78 | 0.95 | 0.22 |
| Hex | 6F | 3 | 2B | 0 | 61 | 3D | 38 | 152 | 5F | 16 |
| Octal | 157 | 3 | 53 | 0 | 141 | 75 | 70 | 522 | 137 | 26 |
| Binary | 1101111 | 11 | 101011 | 0 | 1100001 | 111101 | 111000 | 101010010 | 1011111 | 10110 |
Color Harmonies of #6F032B
Complementary color
Monochromatic Colors of #6F032B
Black with #6F032B
Text Example
Text Example
White with #6F032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F032B; }
p { color: rgb(111,3,43); }
H1.HeaderClassName
{
color: #6F032B;
}
.AnyTagClassName
{
color: #6F032B;
}
</style>
background-color css
<style>
a { background-color: #6F032B; }
a { background-color: rgb(111,3,43); }
div.DivClassName
{
background-color: #6F032B;
}
.BgClassName
{
background-color: #6F032B;
}
</style>
border-color css
<style>
span { border-color: #6F032B; }
span { border-color: rgb(111,3,43); }
td.TdClassName
{
border-color: #6F032B;
}
.TagClassName
{
border-color: #6F032B;
}
</style>