Shades of Burgundy #670410
Tints of Burgundy #670410
RGB
CMYK
RGB Variations
Color information
#670410 (or 0x670410) is known color: Burgundy. HEX triplet: 67, 04 and 10. RGB value is (103,4,16). Sum of RGB (Red+Green+Blue) = 103+4+16=123 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.74% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 103 - color contains mainly: red. Hex color #670410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670410 is #98FBEF. Grayscale: #232323. Windows color (decimal): -10025968 or 1049703. OLE color: 1049703.
HSL color Cylindrical-coordinate representation of color #670410: hue angle of 352.73º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #670410 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 4 | 16 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.60 |
| HSL | 352.73º | 0.93% | 0.21% | - |
| HSV(B) | 352.73º | 0.96% | 0.4% | - |
| XYZ | 5.73 | 3.01 | 0.77 | - |
| YUV | 34.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 4 | 16 | 0 | 0.96 | 0.84 | 0.60 | 352.73 | 0.93 | 0.21 |
| Hex | 67 | 4 | 10 | 0 | 60 | 54 | 3C | 161 | 5D | 15 |
| Octal | 147 | 4 | 20 | 0 | 140 | 124 | 74 | 541 | 135 | 25 |
| Binary | 1100111 | 100 | 10000 | 0 | 1100000 | 1010100 | 111100 | 101100001 | 1011101 | 10101 |
Color Harmonies of #670410
Complementary color
Monochromatic Colors of #670410
Black with #670410
Text Example
Text Example
White with #670410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670410; }
p { color: rgb(103,4,16); }
H1.HeaderClassName
{
color: #670410;
}
.AnyTagClassName
{
color: #670410;
}
</style>
background-color css
<style>
a { background-color: #670410; }
a { background-color: rgb(103,4,16); }
div.DivClassName
{
background-color: #670410;
}
.BgClassName
{
background-color: #670410;
}
</style>
border-color css
<style>
span { border-color: #670410; }
span { border-color: rgb(103,4,16); }
td.TdClassName
{
border-color: #670410;
}
.TagClassName
{
border-color: #670410;
}
</style>