Shades of Burgundy #670115
Tints of Burgundy #670115
RGB
CMYK
RGB Variations
Color information
#670115 (or 0x670115) is known color: Burgundy. HEX triplet: 67, 01 and 15. RGB value is (103,1,21). Sum of RGB (Red+Green+Blue) = 103+1+21=125 (16% of max value = 765). Red value is 103 (40.62% from 255 or 82.4% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 103 - color contains mainly: red. Hex color #670115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670115 is #98FEEA. Grayscale: #212121. Windows color (decimal): -10026731 or 1376615. OLE color: 1376615.
HSL color Cylindrical-coordinate representation of color #670115: hue angle of 348.24º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #670115 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.60 |
| HSL | 348.24º | 0.98% | 0.2% | - |
| HSV(B) | 348.24º | 0.99% | 0.4% | - |
| XYZ | 5.74 | 2.96 | 0.98 | - |
| YUV | 33.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 21 | 0 | 0.99 | 0.80 | 0.60 | 348.24 | 0.98 | 0.2 |
| Hex | 67 | 1 | 15 | 0 | 63 | 50 | 3C | 15C | 62 | 14 |
| Octal | 147 | 1 | 25 | 0 | 143 | 120 | 74 | 534 | 142 | 24 |
| Binary | 1100111 | 1 | 10101 | 0 | 1100011 | 1010000 | 111100 | 101011100 | 1100010 | 10100 |
Color Harmonies of #670115
Complementary color
Monochromatic Colors of #670115
Black with #670115
Text Example
Text Example
White with #670115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670115; }
p { color: rgb(103,1,21); }
H1.HeaderClassName
{
color: #670115;
}
.AnyTagClassName
{
color: #670115;
}
</style>
background-color css
<style>
a { background-color: #670115; }
a { background-color: rgb(103,1,21); }
div.DivClassName
{
background-color: #670115;
}
.BgClassName
{
background-color: #670115;
}
</style>
border-color css
<style>
span { border-color: #670115; }
span { border-color: rgb(103,1,21); }
td.TdClassName
{
border-color: #670115;
}
.TagClassName
{
border-color: #670115;
}
</style>