Shades of Burgundy #65011A
Tints of Burgundy #65011A
RGB
CMYK
RGB Variations
Color information
#65011A (or 0x65011A) is known color: Burgundy. HEX triplet: 65, 01 and 1A. RGB value is (101,1,26). Sum of RGB (Red+Green+Blue) = 101+1+26=128 (16% of max value = 765). Red value is 101 (39.84% from 255 or 78.91% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 101 - color contains mainly: red. Hex color #65011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65011A is #9AFEE5. Grayscale: #212121. Windows color (decimal): -10157798 or 1704293. OLE color: 1704293.
HSL color Cylindrical-coordinate representation of color #65011A: hue angle of 345º 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 #65011A is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.60 |
| HSL | 345º | 0.98% | 0.2% | - |
| HSV(B) | 345º | 0.99% | 0.4% | - |
| XYZ | 5.56 | 2.86 | 1.24 | - |
| YUV | 33.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 26 | 0 | 0.99 | 0.74 | 0.60 | 345 | 0.98 | 0.2 |
| Hex | 65 | 1 | 1A | 0 | 63 | 4A | 3C | 159 | 62 | 14 |
| Octal | 145 | 1 | 32 | 0 | 143 | 112 | 74 | 531 | 142 | 24 |
| Binary | 1100101 | 1 | 11010 | 0 | 1100011 | 1001010 | 111100 | 101011001 | 1100010 | 10100 |
Color Harmonies of #65011A
Complementary color
Monochromatic Colors of #65011A
Black with #65011A
Text Example
Text Example
White with #65011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65011A; }
p { color: rgb(101,1,26); }
H1.HeaderClassName
{
color: #65011A;
}
.AnyTagClassName
{
color: #65011A;
}
</style>
background-color css
<style>
a { background-color: #65011A; }
a { background-color: rgb(101,1,26); }
div.DivClassName
{
background-color: #65011A;
}
.BgClassName
{
background-color: #65011A;
}
</style>
border-color css
<style>
span { border-color: #65011A; }
span { border-color: rgb(101,1,26); }
td.TdClassName
{
border-color: #65011A;
}
.TagClassName
{
border-color: #65011A;
}
</style>