Shades of Burgundy #670312
Tints of Burgundy #670312
RGB
CMYK
RGB Variations
Color information
#670312 (or 0x670312) is known color: Burgundy. HEX triplet: 67, 03 and 12. RGB value is (103,3,18). Sum of RGB (Red+Green+Blue) = 103+3+18=124 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.06% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 103 - color contains mainly: red. Hex color #670312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670312 is #98FCED. Grayscale: #222222. Windows color (decimal): -10026222 or 1180519. OLE color: 1180519.
HSL color Cylindrical-coordinate representation of color #670312: hue angle of 351º 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 #670312 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 3 | 18 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.60 |
| HSL | 351º | 0.94% | 0.21% | - |
| HSV(B) | 351º | 0.97% | 0.4% | - |
| XYZ | 5.74 | 2.99 | 0.85 | - |
| YUV | 34.61 | 118.63 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 18 | 0 | 0.97 | 0.83 | 0.60 | 351 | 0.94 | 0.21 |
| Hex | 67 | 3 | 12 | 0 | 61 | 53 | 3C | 15F | 5E | 15 |
| Octal | 147 | 3 | 22 | 0 | 141 | 123 | 74 | 537 | 136 | 25 |
| Binary | 1100111 | 11 | 10010 | 0 | 1100001 | 1010011 | 111100 | 101011111 | 1011110 | 10101 |
Color Harmonies of #670312
Complementary color
Monochromatic Colors of #670312
Black with #670312
Text Example
Text Example
White with #670312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670312; }
p { color: rgb(103,3,18); }
H1.HeaderClassName
{
color: #670312;
}
.AnyTagClassName
{
color: #670312;
}
</style>
background-color css
<style>
a { background-color: #670312; }
a { background-color: rgb(103,3,18); }
div.DivClassName
{
background-color: #670312;
}
.BgClassName
{
background-color: #670312;
}
</style>
border-color css
<style>
span { border-color: #670312; }
span { border-color: rgb(103,3,18); }
td.TdClassName
{
border-color: #670312;
}
.TagClassName
{
border-color: #670312;
}
</style>