Shades of Burgundy #650002
Tints of Burgundy #650002
RGB
CMYK
RGB Variations
Color information
#650002 (or 0x650002) is known color: Burgundy. HEX triplet: 65, 00 and 02. RGB value is (101,0,2). Sum of RGB (Red+Green+Blue) = 101+0+2=103 (13% of max value = 765). Red value is 101 (39.84% from 255 or 98.06% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 101 - color contains mainly: red. Hex color #650002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650002 is #9AFFFD. Grayscale: #1E1E1E. Windows color (decimal): -10158078 or 131173. OLE color: 131173.
HSL color Cylindrical-coordinate representation of color #650002: hue angle of 358.81º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650002 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.98 | 0.60 |
| HSL | 358.81º | 1% | 0.2% | - |
| HSV(B) | 358.81º | 1% | 0.4% | - |
| XYZ | 5.38 | 2.77 | 0.31 | - |
| YUV | 30.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 2 | 0 | 1 | 0.98 | 0.60 | 358.81 | 1 | 0.2 |
| Hex | 65 | 0 | 2 | 0 | 64 | 62 | 3C | 167 | 64 | 14 |
| Octal | 145 | 0 | 2 | 0 | 144 | 142 | 74 | 547 | 144 | 24 |
| Binary | 1100101 | 0 | 10 | 0 | 1100100 | 1100010 | 111100 | 101100111 | 1100100 | 10100 |
Color Harmonies of #650002
Complementary color
Monochromatic Colors of #650002
Black with #650002
Text Example
Text Example
White with #650002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650002; }
p { color: rgb(101,0,2); }
H1.HeaderClassName
{
color: #650002;
}
.AnyTagClassName
{
color: #650002;
}
</style>
background-color css
<style>
a { background-color: #650002; }
a { background-color: rgb(101,0,2); }
div.DivClassName
{
background-color: #650002;
}
.BgClassName
{
background-color: #650002;
}
</style>
border-color css
<style>
span { border-color: #650002; }
span { border-color: rgb(101,0,2); }
td.TdClassName
{
border-color: #650002;
}
.TagClassName
{
border-color: #650002;
}
</style>