Shades of Burgundy #6F001B
Tints of Burgundy #6F001B
RGB
CMYK
RGB Variations
Color information
#6F001B (or 0x6F001B) is known color: Burgundy. HEX triplet: 6F, 00 and 1B. RGB value is (111,0,27). Sum of RGB (Red+Green+Blue) = 111+0+27=138 (18% of max value = 765). Red value is 111 (43.75% from 255 or 80.43% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 111 - color contains mainly: red. Hex color #6F001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F001B is #90FFE4. Grayscale: #242424. Windows color (decimal): -9502693 or 1769583. OLE color: 1769583.
HSL color Cylindrical-coordinate representation of color #6F001B: hue angle of 345.41º 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 #6F001B is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.76 | 0.56 |
| HSL | 345.41º | 1% | 0.22% | - |
| HSV(B) | 345.41º | 1% | 0.44% | - |
| XYZ | 6.75 | 3.46 | 1.35 | - |
| YUV | 36.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 27 | 0 | 1 | 0.76 | 0.56 | 345.41 | 1 | 0.22 |
| Hex | 6F | 0 | 1B | 0 | 64 | 4C | 38 | 159 | 64 | 16 |
| Octal | 157 | 0 | 33 | 0 | 144 | 114 | 70 | 531 | 144 | 26 |
| Binary | 1101111 | 0 | 11011 | 0 | 1100100 | 1001100 | 111000 | 101011001 | 1100100 | 10110 |
Color Harmonies of #6F001B
Complementary color
Monochromatic Colors of #6F001B
Black with #6F001B
Text Example
Text Example
White with #6F001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F001B; }
p { color: rgb(111,0,27); }
H1.HeaderClassName
{
color: #6F001B;
}
.AnyTagClassName
{
color: #6F001B;
}
</style>
background-color css
<style>
a { background-color: #6F001B; }
a { background-color: rgb(111,0,27); }
div.DivClassName
{
background-color: #6F001B;
}
.BgClassName
{
background-color: #6F001B;
}
</style>
border-color css
<style>
span { border-color: #6F001B; }
span { border-color: rgb(111,0,27); }
td.TdClassName
{
border-color: #6F001B;
}
.TagClassName
{
border-color: #6F001B;
}
</style>