Shades of Burgundy #670517
Tints of Burgundy #670517
RGB
CMYK
RGB Variations
Color information
#670517 (or 0x670517) is known color: Burgundy. HEX triplet: 67, 05 and 17. RGB value is (103,5,23). Sum of RGB (Red+Green+Blue) = 103+5+23=131 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.63% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 103 - color contains mainly: red. Hex color #670517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670517 is #98FAE8. Grayscale: #242424. Windows color (decimal): -10025705 or 1508711. OLE color: 1508711.
HSL color Cylindrical-coordinate representation of color #670517: hue angle of 348.98º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670517 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 5 | 23 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.60 |
| HSL | 348.98º | 0.91% | 0.21% | - |
| HSV(B) | 348.98º | 0.95% | 0.4% | - |
| XYZ | 5.8 | 3.05 | 1.09 | - |
| YUV | 36.35 | 120.47 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 5 | 23 | 0 | 0.95 | 0.78 | 0.60 | 348.98 | 0.91 | 0.21 |
| Hex | 67 | 5 | 17 | 0 | 5F | 4E | 3C | 15D | 5B | 15 |
| Octal | 147 | 5 | 27 | 0 | 137 | 116 | 74 | 535 | 133 | 25 |
| Binary | 1100111 | 101 | 10111 | 0 | 1011111 | 1001110 | 111100 | 101011101 | 1011011 | 10101 |
Color Harmonies of #670517
Complementary color
Monochromatic Colors of #670517
Black with #670517
Text Example
Text Example
White with #670517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670517; }
p { color: rgb(103,5,23); }
H1.HeaderClassName
{
color: #670517;
}
.AnyTagClassName
{
color: #670517;
}
</style>
background-color css
<style>
a { background-color: #670517; }
a { background-color: rgb(103,5,23); }
div.DivClassName
{
background-color: #670517;
}
.BgClassName
{
background-color: #670517;
}
</style>
border-color css
<style>
span { border-color: #670517; }
span { border-color: rgb(103,5,23); }
td.TdClassName
{
border-color: #670517;
}
.TagClassName
{
border-color: #670517;
}
</style>