Shades of Burgundy #650003
Tints of Burgundy #650003
RGB
CMYK
RGB Variations
Color information
#650003 (or 0x650003) is known color: Burgundy. HEX triplet: 65, 00 and 03. RGB value is (101,0,3). Sum of RGB (Red+Green+Blue) = 101+0+3=104 (13% of max value = 765). Red value is 101 (39.84% from 255 or 97.12% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 101 - color contains mainly: red. Hex color #650003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650003 is #9AFFFC. Grayscale: #1E1E1E. Windows color (decimal): -10158077 or 196709. OLE color: 196709.
HSL color Cylindrical-coordinate representation of color #650003: hue angle of 358.22º 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 #650003 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.97 | 0.60 |
| HSL | 358.22º | 1% | 0.2% | - |
| HSV(B) | 358.22º | 1% | 0.4% | - |
| XYZ | 5.38 | 2.77 | 0.34 | - |
| YUV | 30.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 3 | 0 | 1 | 0.97 | 0.60 | 358.22 | 1 | 0.2 |
| Hex | 65 | 0 | 3 | 0 | 64 | 61 | 3C | 166 | 64 | 14 |
| Octal | 145 | 0 | 3 | 0 | 144 | 141 | 74 | 546 | 144 | 24 |
| Binary | 1100101 | 0 | 11 | 0 | 1100100 | 1100001 | 111100 | 101100110 | 1100100 | 10100 |
Color Harmonies of #650003
Complementary color
Monochromatic Colors of #650003
Black with #650003
Text Example
Text Example
White with #650003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650003; }
p { color: rgb(101,0,3); }
H1.HeaderClassName
{
color: #650003;
}
.AnyTagClassName
{
color: #650003;
}
</style>
background-color css
<style>
a { background-color: #650003; }
a { background-color: rgb(101,0,3); }
div.DivClassName
{
background-color: #650003;
}
.BgClassName
{
background-color: #650003;
}
</style>
border-color css
<style>
span { border-color: #650003; }
span { border-color: rgb(101,0,3); }
td.TdClassName
{
border-color: #650003;
}
.TagClassName
{
border-color: #650003;
}
</style>