Shades of Burgundy #670417
Tints of Burgundy #670417
RGB
CMYK
RGB Variations
Color information
#670417 (or 0x670417) is known color: Burgundy. HEX triplet: 67, 04 and 17. RGB value is (103,4,23). Sum of RGB (Red+Green+Blue) = 103+4+23=130 (17% of max value = 765). Red value is 103 (40.62% from 255 or 79.23% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 103 - color contains mainly: red. Hex color #670417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670417 is #98FBE8. Grayscale: #232323. Windows color (decimal): -10025961 or 1508455. OLE color: 1508455.
HSL color Cylindrical-coordinate representation of color #670417: hue angle of 348.48º 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 #670417 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 4 | 23 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.60 |
| HSL | 348.48º | 0.93% | 0.21% | - |
| HSV(B) | 348.48º | 0.96% | 0.4% | - |
| XYZ | 5.79 | 3.03 | 1.09 | - |
| YUV | 35.77 | 120.8 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 4 | 23 | 0 | 0.96 | 0.78 | 0.60 | 348.48 | 0.93 | 0.21 |
| Hex | 67 | 4 | 17 | 0 | 60 | 4E | 3C | 15C | 5D | 15 |
| Octal | 147 | 4 | 27 | 0 | 140 | 116 | 74 | 534 | 135 | 25 |
| Binary | 1100111 | 100 | 10111 | 0 | 1100000 | 1001110 | 111100 | 101011100 | 1011101 | 10101 |
Color Harmonies of #670417
Complementary color
Monochromatic Colors of #670417
Black with #670417
Text Example
Text Example
White with #670417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670417; }
p { color: rgb(103,4,23); }
H1.HeaderClassName
{
color: #670417;
}
.AnyTagClassName
{
color: #670417;
}
</style>
background-color css
<style>
a { background-color: #670417; }
a { background-color: rgb(103,4,23); }
div.DivClassName
{
background-color: #670417;
}
.BgClassName
{
background-color: #670417;
}
</style>
border-color css
<style>
span { border-color: #670417; }
span { border-color: rgb(103,4,23); }
td.TdClassName
{
border-color: #670417;
}
.TagClassName
{
border-color: #670417;
}
</style>