Shades of Burgundy #6F0321
Tints of Burgundy #6F0321
RGB
CMYK
RGB Variations
Color information
#6F0321 (or 0x6F0321) is known color: Burgundy. HEX triplet: 6F, 03 and 21. RGB value is (111,3,33). Sum of RGB (Red+Green+Blue) = 111+3+33=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0321 is #90FCDE. Grayscale: #262626. Windows color (decimal): -9501919 or 2163567. OLE color: 2163567.
HSL color Cylindrical-coordinate representation of color #6F0321: hue angle of 343.33º 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 #6F0321 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 33 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.56 |
| HSL | 343.33º | 0.95% | 0.22% | - |
| HSV(B) | 343.33º | 0.97% | 0.44% | - |
| XYZ | 6.86 | 3.55 | 1.76 | - |
| YUV | 38.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 33 | 0 | 0.97 | 0.70 | 0.56 | 343.33 | 0.95 | 0.22 |
| Hex | 6F | 3 | 21 | 0 | 61 | 46 | 38 | 157 | 5F | 16 |
| Octal | 157 | 3 | 41 | 0 | 141 | 106 | 70 | 527 | 137 | 26 |
| Binary | 1101111 | 11 | 100001 | 0 | 1100001 | 1000110 | 111000 | 101010111 | 1011111 | 10110 |
Color Harmonies of #6F0321
Complementary color
Monochromatic Colors of #6F0321
Black with #6F0321
Text Example
Text Example
White with #6F0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0321; }
p { color: rgb(111,3,33); }
H1.HeaderClassName
{
color: #6F0321;
}
.AnyTagClassName
{
color: #6F0321;
}
</style>
background-color css
<style>
a { background-color: #6F0321; }
a { background-color: rgb(111,3,33); }
div.DivClassName
{
background-color: #6F0321;
}
.BgClassName
{
background-color: #6F0321;
}
</style>
border-color css
<style>
span { border-color: #6F0321; }
span { border-color: rgb(111,3,33); }
td.TdClassName
{
border-color: #6F0321;
}
.TagClassName
{
border-color: #6F0321;
}
</style>