Shades of Burgundy #6F0825
Tints of Burgundy #6F0825
RGB
CMYK
RGB Variations
Color information
#6F0825 (or 0x6F0825) is known color: Burgundy. HEX triplet: 6F, 08 and 25. RGB value is (111,8,37). Sum of RGB (Red+Green+Blue) = 111+8+37=156 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.15% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0825 is #90F7DA. Grayscale: #2A2A2A. Windows color (decimal): -9500635 or 2426991. OLE color: 2426991.
HSL color Cylindrical-coordinate representation of color #6F0825: hue angle of 343.11º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0825 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 37 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.56 |
| HSL | 343.11º | 0.87% | 0.23% | - |
| HSV(B) | 343.11º | 0.93% | 0.44% | - |
| XYZ | 6.98 | 3.69 | 2.09 | - |
| YUV | 42.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 37 | 0 | 0.93 | 0.67 | 0.56 | 343.11 | 0.87 | 0.23 |
| Hex | 6F | 8 | 25 | 0 | 5D | 43 | 38 | 157 | 57 | 17 |
| Octal | 157 | 10 | 45 | 0 | 135 | 103 | 70 | 527 | 127 | 27 |
| Binary | 1101111 | 1000 | 100101 | 0 | 1011101 | 1000011 | 111000 | 101010111 | 1010111 | 10111 |
Color Harmonies of #6F0825
Complementary color
Monochromatic Colors of #6F0825
Black with #6F0825
Text Example
Text Example
White with #6F0825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0825; }
p { color: rgb(111,8,37); }
H1.HeaderClassName
{
color: #6F0825;
}
.AnyTagClassName
{
color: #6F0825;
}
</style>
background-color css
<style>
a { background-color: #6F0825; }
a { background-color: rgb(111,8,37); }
div.DivClassName
{
background-color: #6F0825;
}
.BgClassName
{
background-color: #6F0825;
}
</style>
border-color css
<style>
span { border-color: #6F0825; }
span { border-color: rgb(111,8,37); }
td.TdClassName
{
border-color: #6F0825;
}
.TagClassName
{
border-color: #6F0825;
}
</style>