Shades of Burgundy #6F0228
Tints of Burgundy #6F0228
RGB
CMYK
RGB Variations
Color information
#6F0228 (or 0x6F0228) is known color: Burgundy. HEX triplet: 6F, 02 and 28. RGB value is (111,2,40). Sum of RGB (Red+Green+Blue) = 111+2+40=153 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.55% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0228 is #90FDD7. Grayscale: #262626. Windows color (decimal): -9502168 or 2622063. OLE color: 2622063.
HSL color Cylindrical-coordinate representation of color #6F0228: hue angle of 339.08º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F0228 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 2 | 40 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.56 |
| HSL | 339.08º | 0.96% | 0.22% | - |
| HSV(B) | 339.08º | 0.98% | 0.44% | - |
| XYZ | 6.96 | 3.58 | 2.33 | - |
| YUV | 38.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 40 | 0 | 0.98 | 0.64 | 0.56 | 339.08 | 0.96 | 0.22 |
| Hex | 6F | 2 | 28 | 0 | 62 | 40 | 38 | 153 | 60 | 16 |
| Octal | 157 | 2 | 50 | 0 | 142 | 100 | 70 | 523 | 140 | 26 |
| Binary | 1101111 | 10 | 101000 | 0 | 1100010 | 1000000 | 111000 | 101010011 | 1100000 | 10110 |
Color Harmonies of #6F0228
Complementary color
Monochromatic Colors of #6F0228
Black with #6F0228
Text Example
Text Example
White with #6F0228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0228; }
p { color: rgb(111,2,40); }
H1.HeaderClassName
{
color: #6F0228;
}
.AnyTagClassName
{
color: #6F0228;
}
</style>
background-color css
<style>
a { background-color: #6F0228; }
a { background-color: rgb(111,2,40); }
div.DivClassName
{
background-color: #6F0228;
}
.BgClassName
{
background-color: #6F0228;
}
</style>
border-color css
<style>
span { border-color: #6F0228; }
span { border-color: rgb(111,2,40); }
td.TdClassName
{
border-color: #6F0228;
}
.TagClassName
{
border-color: #6F0228;
}
</style>