Shades of Burgundy #670116
Tints of Burgundy #670116
RGB
CMYK
RGB Variations
Color information
#670116 (or 0x670116) is known color: Burgundy. HEX triplet: 67, 01 and 16. RGB value is (103,1,22). Sum of RGB (Red+Green+Blue) = 103+1+22=126 (16% of max value = 765). Red value is 103 (40.62% from 255 or 81.75% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 103 - color contains mainly: red. Hex color #670116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670116 is #98FEE9. Grayscale: #212121. Windows color (decimal): -10026730 or 1442151. OLE color: 1442151.
HSL color Cylindrical-coordinate representation of color #670116: hue angle of 347.65º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #670116 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.60 |
| HSL | 347.65º | 0.98% | 0.2% | - |
| HSV(B) | 347.65º | 0.99% | 0.4% | - |
| XYZ | 5.75 | 2.96 | 1.03 | - |
| YUV | 33.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 22 | 0 | 0.99 | 0.79 | 0.60 | 347.65 | 0.98 | 0.2 |
| Hex | 67 | 1 | 16 | 0 | 63 | 4F | 3C | 15C | 62 | 14 |
| Octal | 147 | 1 | 26 | 0 | 143 | 117 | 74 | 534 | 142 | 24 |
| Binary | 1100111 | 1 | 10110 | 0 | 1100011 | 1001111 | 111100 | 101011100 | 1100010 | 10100 |
Color Harmonies of #670116
Complementary color
Monochromatic Colors of #670116
Black with #670116
Text Example
Text Example
White with #670116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670116; }
p { color: rgb(103,1,22); }
H1.HeaderClassName
{
color: #670116;
}
.AnyTagClassName
{
color: #670116;
}
</style>
background-color css
<style>
a { background-color: #670116; }
a { background-color: rgb(103,1,22); }
div.DivClassName
{
background-color: #670116;
}
.BgClassName
{
background-color: #670116;
}
</style>
border-color css
<style>
span { border-color: #670116; }
span { border-color: rgb(103,1,22); }
td.TdClassName
{
border-color: #670116;
}
.TagClassName
{
border-color: #670116;
}
</style>