Shades of Burgundy #65000C
Tints of Burgundy #65000C
RGB
CMYK
RGB Variations
Color information
#65000C (or 0x65000C) is known color: Burgundy. HEX triplet: 65, 00 and 0C. RGB value is (101,0,12). Sum of RGB (Red+Green+Blue) = 101+0+12=113 (14% of max value = 765). Red value is 101 (39.84% from 255 or 89.38% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 101 - color contains mainly: red. Hex color #65000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65000C is #9AFFF3. Grayscale: #1F1F1F. Windows color (decimal): -10158068 or 786533. OLE color: 786533.
HSL color Cylindrical-coordinate representation of color #65000C: hue angle of 352.87º 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 #65000C is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.88 | 0.60 |
| HSL | 352.87º | 1% | 0.2% | - |
| HSV(B) | 352.87º | 1% | 0.4% | - |
| XYZ | 5.43 | 2.79 | 0.6 | - |
| YUV | 31.57 | 116.96 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 12 | 0 | 1 | 0.88 | 0.60 | 352.87 | 1 | 0.2 |
| Hex | 65 | 0 | C | 0 | 64 | 58 | 3C | 161 | 64 | 14 |
| Octal | 145 | 0 | 14 | 0 | 144 | 130 | 74 | 541 | 144 | 24 |
| Binary | 1100101 | 0 | 1100 | 0 | 1100100 | 1011000 | 111100 | 101100001 | 1100100 | 10100 |
Color Harmonies of #65000C
Complementary color
Monochromatic Colors of #65000C
Black with #65000C
Text Example
Text Example
White with #65000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65000C; }
p { color: rgb(101,0,12); }
H1.HeaderClassName
{
color: #65000C;
}
.AnyTagClassName
{
color: #65000C;
}
</style>
background-color css
<style>
a { background-color: #65000C; }
a { background-color: rgb(101,0,12); }
div.DivClassName
{
background-color: #65000C;
}
.BgClassName
{
background-color: #65000C;
}
</style>
border-color css
<style>
span { border-color: #65000C; }
span { border-color: rgb(101,0,12); }
td.TdClassName
{
border-color: #65000C;
}
.TagClassName
{
border-color: #65000C;
}
</style>