Shades of Burgundy #670222
Tints of Burgundy #670222
RGB
CMYK
RGB Variations
Color information
#670222 (or 0x670222) is known color: Burgundy. HEX triplet: 67, 02 and 22. RGB value is (103,2,34). Sum of RGB (Red+Green+Blue) = 103+2+34=139 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.10% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 103 - color contains mainly: red. Hex color #670222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670222 is #98FDDD. Grayscale: #232323. Windows color (decimal): -10026462 or 2228839. OLE color: 2228839.
HSL color Cylindrical-coordinate representation of color #670222: hue angle of 340.99º 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 #670222 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 2 | 34 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.60 |
| HSL | 340.99º | 0.96% | 0.21% | - |
| HSV(B) | 340.99º | 0.98% | 0.4% | - |
| XYZ | 5.9 | 3.04 | 1.79 | - |
| YUV | 35.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 34 | 0 | 0.98 | 0.67 | 0.60 | 340.99 | 0.96 | 0.21 |
| Hex | 67 | 2 | 22 | 0 | 62 | 43 | 3C | 155 | 60 | 15 |
| Octal | 147 | 2 | 42 | 0 | 142 | 103 | 74 | 525 | 140 | 25 |
| Binary | 1100111 | 10 | 100010 | 0 | 1100010 | 1000011 | 111100 | 101010101 | 1100000 | 10101 |
Color Harmonies of #670222
Complementary color
Monochromatic Colors of #670222
Black with #670222
Text Example
Text Example
White with #670222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670222; }
p { color: rgb(103,2,34); }
H1.HeaderClassName
{
color: #670222;
}
.AnyTagClassName
{
color: #670222;
}
</style>
background-color css
<style>
a { background-color: #670222; }
a { background-color: rgb(103,2,34); }
div.DivClassName
{
background-color: #670222;
}
.BgClassName
{
background-color: #670222;
}
</style>
border-color css
<style>
span { border-color: #670222; }
span { border-color: rgb(103,2,34); }
td.TdClassName
{
border-color: #670222;
}
.TagClassName
{
border-color: #670222;
}
</style>