Shades of Burgundy #800C1A
Tints of Burgundy #800C1A
RGB
CMYK
RGB Variations
Color information
#800C1A (or 0x800C1A) is known color: Burgundy. HEX triplet: 80, 0C and 1A. RGB value is (128,12,26). Sum of RGB (Red+Green+Blue) = 128+12+26=166 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.11% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 128 - color contains mainly: red. Hex color #800C1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800C1A is #7FF3E5. Grayscale: #303030. Windows color (decimal): -8385510 or 1707136. OLE color: 1707136.
HSL color Cylindrical-coordinate representation of color #800C1A: hue angle of 352.76º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800C1A is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 12 | 26 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.50 |
| HSL | 352.76º | 0.83% | 0.27% | - |
| HSV(B) | 352.76º | 0.91% | 0.5% | - |
| XYZ | 9.22 | 4.93 | 1.44 | - |
| YUV | 48.28 | 115.43 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 26 | 0 | 0.91 | 0.80 | 0.50 | 352.76 | 0.83 | 0.27 |
| Hex | 80 | C | 1A | 0 | 5B | 50 | 32 | 161 | 53 | 1B |
| Octal | 200 | 14 | 32 | 0 | 133 | 120 | 62 | 541 | 123 | 33 |
| Binary | 10000000 | 1100 | 11010 | 0 | 1011011 | 1010000 | 110010 | 101100001 | 1010011 | 11011 |
Color Harmonies of #800C1A
Complementary color
Monochromatic Colors of #800C1A
Black with #800C1A
Text Example
Text Example
White with #800C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800C1A; }
p { color: rgb(128,12,26); }
H1.HeaderClassName
{
color: #800C1A;
}
.AnyTagClassName
{
color: #800C1A;
}
</style>
background-color css
<style>
a { background-color: #800C1A; }
a { background-color: rgb(128,12,26); }
div.DivClassName
{
background-color: #800C1A;
}
.BgClassName
{
background-color: #800C1A;
}
</style>
border-color css
<style>
span { border-color: #800C1A; }
span { border-color: rgb(128,12,26); }
td.TdClassName
{
border-color: #800C1A;
}
.TagClassName
{
border-color: #800C1A;
}
</style>