Shades of Burgundy #6F031A
Tints of Burgundy #6F031A
RGB
CMYK
RGB Variations
Color information
#6F031A (or 0x6F031A) is known color: Burgundy. HEX triplet: 6F, 03 and 1A. RGB value is (111,3,26). Sum of RGB (Red+Green+Blue) = 111+3+26=140 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.29% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 111 - color contains mainly: red. Hex color #6F031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F031A is #90FCE5. Grayscale: #252525. Windows color (decimal): -9501926 or 1704815. OLE color: 1704815.
HSL color Cylindrical-coordinate representation of color #6F031A: hue angle of 347.22º 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 #6F031A is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 26 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.56 |
| HSL | 347.22º | 0.95% | 0.22% | - |
| HSV(B) | 347.22º | 0.97% | 0.44% | - |
| XYZ | 6.77 | 3.52 | 1.3 | - |
| YUV | 37.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 26 | 0 | 0.97 | 0.77 | 0.56 | 347.22 | 0.95 | 0.22 |
| Hex | 6F | 3 | 1A | 0 | 61 | 4D | 38 | 15B | 5F | 16 |
| Octal | 157 | 3 | 32 | 0 | 141 | 115 | 70 | 533 | 137 | 26 |
| Binary | 1101111 | 11 | 11010 | 0 | 1100001 | 1001101 | 111000 | 101011011 | 1011111 | 10110 |
Color Harmonies of #6F031A
Complementary color
Monochromatic Colors of #6F031A
Black with #6F031A
Text Example
Text Example
White with #6F031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F031A; }
p { color: rgb(111,3,26); }
H1.HeaderClassName
{
color: #6F031A;
}
.AnyTagClassName
{
color: #6F031A;
}
</style>
background-color css
<style>
a { background-color: #6F031A; }
a { background-color: rgb(111,3,26); }
div.DivClassName
{
background-color: #6F031A;
}
.BgClassName
{
background-color: #6F031A;
}
</style>
border-color css
<style>
span { border-color: #6F031A; }
span { border-color: rgb(111,3,26); }
td.TdClassName
{
border-color: #6F031A;
}
.TagClassName
{
border-color: #6F031A;
}
</style>