Shades of Burgundy #650212
Tints of Burgundy #650212
RGB
CMYK
RGB Variations
Color information
#650212 (or 0x650212) is known color: Burgundy. HEX triplet: 65, 02 and 12. RGB value is (101,2,18). Sum of RGB (Red+Green+Blue) = 101+2+18=121 (16% of max value = 765). Red value is 101 (39.84% from 255 or 83.47% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 101 - color contains mainly: red. Hex color #650212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650212 is #9AFDED. Grayscale: #212121. Windows color (decimal): -10157550 or 1180261. OLE color: 1180261.
HSL color Cylindrical-coordinate representation of color #650212: hue angle of 350.3º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650212 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 18 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.60 |
| HSL | 350.3º | 0.96% | 0.2% | - |
| HSV(B) | 350.3º | 0.98% | 0.4% | - |
| XYZ | 5.5 | 2.85 | 0.83 | - |
| YUV | 33.43 | 119.3 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 18 | 0 | 0.98 | 0.82 | 0.60 | 350.3 | 0.96 | 0.2 |
| Hex | 65 | 2 | 12 | 0 | 62 | 52 | 3C | 15E | 60 | 14 |
| Octal | 145 | 2 | 22 | 0 | 142 | 122 | 74 | 536 | 140 | 24 |
| Binary | 1100101 | 10 | 10010 | 0 | 1100010 | 1010010 | 111100 | 101011110 | 1100000 | 10100 |
Color Harmonies of #650212
Complementary color
Monochromatic Colors of #650212
Black with #650212
Text Example
Text Example
White with #650212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650212; }
p { color: rgb(101,2,18); }
H1.HeaderClassName
{
color: #650212;
}
.AnyTagClassName
{
color: #650212;
}
</style>
background-color css
<style>
a { background-color: #650212; }
a { background-color: rgb(101,2,18); }
div.DivClassName
{
background-color: #650212;
}
.BgClassName
{
background-color: #650212;
}
</style>
border-color css
<style>
span { border-color: #650212; }
span { border-color: rgb(101,2,18); }
td.TdClassName
{
border-color: #650212;
}
.TagClassName
{
border-color: #650212;
}
</style>