Shades of Burgundy #65010C
Tints of Burgundy #65010C
RGB
CMYK
RGB Variations
Color information
#65010C (or 0x65010C) is known color: Burgundy. HEX triplet: 65, 01 and 0C. RGB value is (101,1,12). Sum of RGB (Red+Green+Blue) = 101+1+12=114 (15% of max value = 765). Red value is 101 (39.84% from 255 or 88.60% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 101 - color contains mainly: red. Hex color #65010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65010C is #9AFEF3. Grayscale: #202020. Windows color (decimal): -10157812 or 786789. OLE color: 786789.
HSL color Cylindrical-coordinate representation of color #65010C: hue angle of 353.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65010C is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.60 |
| HSL | 353.4º | 0.98% | 0.2% | - |
| HSV(B) | 353.4º | 0.99% | 0.4% | - |
| XYZ | 5.44 | 2.81 | 0.6 | - |
| YUV | 32.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 12 | 0 | 0.99 | 0.88 | 0.60 | 353.4 | 0.98 | 0.2 |
| Hex | 65 | 1 | C | 0 | 63 | 58 | 3C | 161 | 62 | 14 |
| Octal | 145 | 1 | 14 | 0 | 143 | 130 | 74 | 541 | 142 | 24 |
| Binary | 1100101 | 1 | 1100 | 0 | 1100011 | 1011000 | 111100 | 101100001 | 1100010 | 10100 |
Color Harmonies of #65010C
Complementary color
Monochromatic Colors of #65010C
Black with #65010C
Text Example
Text Example
White with #65010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65010C; }
p { color: rgb(101,1,12); }
H1.HeaderClassName
{
color: #65010C;
}
.AnyTagClassName
{
color: #65010C;
}
</style>
background-color css
<style>
a { background-color: #65010C; }
a { background-color: rgb(101,1,12); }
div.DivClassName
{
background-color: #65010C;
}
.BgClassName
{
background-color: #65010C;
}
</style>
border-color css
<style>
span { border-color: #65010C; }
span { border-color: rgb(101,1,12); }
td.TdClassName
{
border-color: #65010C;
}
.TagClassName
{
border-color: #65010C;
}
</style>