Shades of Burgundy #670203
Tints of Burgundy #670203
RGB
CMYK
RGB Variations
Color information
#670203 (or 0x670203) is known color: Burgundy. HEX triplet: 67, 02 and 03. RGB value is (103,2,3). Sum of RGB (Red+Green+Blue) = 103+2+3=108 (14% of max value = 765). Red value is 103 (40.62% from 255 or 95.37% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 103 - color contains mainly: red. Hex color #670203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670203 is #98FDFC. Grayscale: #202020. Windows color (decimal): -10026493 or 197223. OLE color: 197223.
HSL color Cylindrical-coordinate representation of color #670203: hue angle of 359.41º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #670203 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 2 | 3 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.60 |
| HSL | 359.41º | 0.96% | 0.21% | - |
| HSV(B) | 359.41º | 0.98% | 0.4% | - |
| XYZ | 5.63 | 2.93 | 0.36 | - |
| YUV | 32.31 | 111.46 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 3 | 0 | 0.98 | 0.97 | 0.60 | 359.41 | 0.96 | 0.21 |
| Hex | 67 | 2 | 3 | 0 | 62 | 61 | 3C | 167 | 60 | 15 |
| Octal | 147 | 2 | 3 | 0 | 142 | 141 | 74 | 547 | 140 | 25 |
| Binary | 1100111 | 10 | 11 | 0 | 1100010 | 1100001 | 111100 | 101100111 | 1100000 | 10101 |
Color Harmonies of #670203
Complementary color
Monochromatic Colors of #670203
Black with #670203
Text Example
Text Example
White with #670203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670203; }
p { color: rgb(103,2,3); }
H1.HeaderClassName
{
color: #670203;
}
.AnyTagClassName
{
color: #670203;
}
</style>
background-color css
<style>
a { background-color: #670203; }
a { background-color: rgb(103,2,3); }
div.DivClassName
{
background-color: #670203;
}
.BgClassName
{
background-color: #670203;
}
</style>
border-color css
<style>
span { border-color: #670203; }
span { border-color: rgb(103,2,3); }
td.TdClassName
{
border-color: #670203;
}
.TagClassName
{
border-color: #670203;
}
</style>