Shades of Burgundy #6F0028
Tints of Burgundy #6F0028
RGB
CMYK
RGB Variations
Color information
#6F0028 (or 0x6F0028) is known color: Burgundy. HEX triplet: 6F, 00 and 28. RGB value is (111,0,40). Sum of RGB (Red+Green+Blue) = 111+0+40=151 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.51% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0028 is #90FFD7. Grayscale: #252525. Windows color (decimal): -9502680 or 2621551. OLE color: 2621551.
HSL color Cylindrical-coordinate representation of color #6F0028: hue angle of 338.38º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0028 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.64 | 0.56 |
| HSL | 338.38º | 1% | 0.22% | - |
| HSV(B) | 338.38º | 1% | 0.44% | - |
| XYZ | 6.94 | 3.53 | 2.32 | - |
| YUV | 37.75 | 129.27 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 40 | 0 | 1 | 0.64 | 0.56 | 338.38 | 1 | 0.22 |
| Hex | 6F | 0 | 28 | 0 | 64 | 40 | 38 | 152 | 64 | 16 |
| Octal | 157 | 0 | 50 | 0 | 144 | 100 | 70 | 522 | 144 | 26 |
| Binary | 1101111 | 0 | 101000 | 0 | 1100100 | 1000000 | 111000 | 101010010 | 1100100 | 10110 |
Color Harmonies of #6F0028
Complementary color
Monochromatic Colors of #6F0028
Black with #6F0028
Text Example
Text Example
White with #6F0028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0028; }
p { color: rgb(111,0,40); }
H1.HeaderClassName
{
color: #6F0028;
}
.AnyTagClassName
{
color: #6F0028;
}
</style>
background-color css
<style>
a { background-color: #6F0028; }
a { background-color: rgb(111,0,40); }
div.DivClassName
{
background-color: #6F0028;
}
.BgClassName
{
background-color: #6F0028;
}
</style>
border-color css
<style>
span { border-color: #6F0028; }
span { border-color: rgb(111,0,40); }
td.TdClassName
{
border-color: #6F0028;
}
.TagClassName
{
border-color: #6F0028;
}
</style>