Shades of Burgundy #6F0625
Tints of Burgundy #6F0625
RGB
CMYK
RGB Variations
Color information
#6F0625 (or 0x6F0625) is known color: Burgundy. HEX triplet: 6F, 06 and 25. RGB value is (111,6,37). Sum of RGB (Red+Green+Blue) = 111+6+37=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0625 is #90F9DA. Grayscale: #282828. Windows color (decimal): -9501147 or 2426479. OLE color: 2426479.
HSL color Cylindrical-coordinate representation of color #6F0625: hue angle of 342.29º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0625 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 6 | 37 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.56 |
| HSL | 342.29º | 0.9% | 0.23% | - |
| HSV(B) | 342.29º | 0.95% | 0.44% | - |
| XYZ | 6.95 | 3.64 | 2.09 | - |
| YUV | 40.93 | 125.79 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 37 | 0 | 0.95 | 0.67 | 0.56 | 342.29 | 0.9 | 0.23 |
| Hex | 6F | 6 | 25 | 0 | 5F | 43 | 38 | 156 | 5A | 17 |
| Octal | 157 | 6 | 45 | 0 | 137 | 103 | 70 | 526 | 132 | 27 |
| Binary | 1101111 | 110 | 100101 | 0 | 1011111 | 1000011 | 111000 | 101010110 | 1011010 | 10111 |
Color Harmonies of #6F0625
Complementary color
Monochromatic Colors of #6F0625
Black with #6F0625
Text Example
Text Example
White with #6F0625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0625; }
p { color: rgb(111,6,37); }
H1.HeaderClassName
{
color: #6F0625;
}
.AnyTagClassName
{
color: #6F0625;
}
</style>
background-color css
<style>
a { background-color: #6F0625; }
a { background-color: rgb(111,6,37); }
div.DivClassName
{
background-color: #6F0625;
}
.BgClassName
{
background-color: #6F0625;
}
</style>
border-color css
<style>
span { border-color: #6F0625; }
span { border-color: rgb(111,6,37); }
td.TdClassName
{
border-color: #6F0625;
}
.TagClassName
{
border-color: #6F0625;
}
</style>