Shades of Burgundy #670313
Tints of Burgundy #670313
RGB
CMYK
RGB Variations
Color information
#670313 (or 0x670313) is known color: Burgundy. HEX triplet: 67, 03 and 13. RGB value is (103,3,19). Sum of RGB (Red+Green+Blue) = 103+3+19=125 (16% of max value = 765). Red value is 103 (40.62% from 255 or 82.4% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 103 - color contains mainly: red. Hex color #670313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670313 is #98FCEC. Grayscale: #222222. Windows color (decimal): -10026221 or 1246055. OLE color: 1246055.
HSL color Cylindrical-coordinate representation of color #670313: hue angle of 350.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #670313 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 3 | 19 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.60 |
| HSL | 350.4º | 0.94% | 0.21% | - |
| HSV(B) | 350.4º | 0.97% | 0.4% | - |
| XYZ | 5.74 | 3 | 0.89 | - |
| YUV | 34.72 | 119.13 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 19 | 0 | 0.97 | 0.82 | 0.60 | 350.4 | 0.94 | 0.21 |
| Hex | 67 | 3 | 13 | 0 | 61 | 52 | 3C | 15E | 5E | 15 |
| Octal | 147 | 3 | 23 | 0 | 141 | 122 | 74 | 536 | 136 | 25 |
| Binary | 1100111 | 11 | 10011 | 0 | 1100001 | 1010010 | 111100 | 101011110 | 1011110 | 10101 |
Color Harmonies of #670313
Complementary color
Monochromatic Colors of #670313
Black with #670313
Text Example
Text Example
White with #670313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670313; }
p { color: rgb(103,3,19); }
H1.HeaderClassName
{
color: #670313;
}
.AnyTagClassName
{
color: #670313;
}
</style>
background-color css
<style>
a { background-color: #670313; }
a { background-color: rgb(103,3,19); }
div.DivClassName
{
background-color: #670313;
}
.BgClassName
{
background-color: #670313;
}
</style>
border-color css
<style>
span { border-color: #670313; }
span { border-color: rgb(103,3,19); }
td.TdClassName
{
border-color: #670313;
}
.TagClassName
{
border-color: #670313;
}
</style>