Shades of Burgundy #670104
Tints of Burgundy #670104
RGB
CMYK
RGB Variations
Color information
#670104 (or 0x670104) is known color: Burgundy. HEX triplet: 67, 01 and 04. RGB value is (103,1,4). Sum of RGB (Red+Green+Blue) = 103+1+4=108 (14% of max value = 765). Red value is 103 (40.62% from 255 or 95.37% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 103 - color contains mainly: red. Hex color #670104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670104 is #98FEFB. Grayscale: #1F1F1F. Windows color (decimal): -10026748 or 262503. OLE color: 262503.
HSL color Cylindrical-coordinate representation of color #670104: hue angle of 358.24º 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 #670104 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.60 |
| HSL | 358.24º | 0.98% | 0.2% | - |
| HSV(B) | 358.24º | 0.99% | 0.4% | - |
| XYZ | 5.63 | 2.91 | 0.38 | - |
| YUV | 31.84 | 112.29 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 4 | 0 | 0.99 | 0.96 | 0.60 | 358.24 | 0.98 | 0.2 |
| Hex | 67 | 1 | 4 | 0 | 63 | 60 | 3C | 166 | 62 | 14 |
| Octal | 147 | 1 | 4 | 0 | 143 | 140 | 74 | 546 | 142 | 24 |
| Binary | 1100111 | 1 | 100 | 0 | 1100011 | 1100000 | 111100 | 101100110 | 1100010 | 10100 |
Color Harmonies of #670104
Complementary color
Monochromatic Colors of #670104
Black with #670104
Text Example
Text Example
White with #670104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670104; }
p { color: rgb(103,1,4); }
H1.HeaderClassName
{
color: #670104;
}
.AnyTagClassName
{
color: #670104;
}
</style>
background-color css
<style>
a { background-color: #670104; }
a { background-color: rgb(103,1,4); }
div.DivClassName
{
background-color: #670104;
}
.BgClassName
{
background-color: #670104;
}
</style>
border-color css
<style>
span { border-color: #670104; }
span { border-color: rgb(103,1,4); }
td.TdClassName
{
border-color: #670104;
}
.TagClassName
{
border-color: #670104;
}
</style>