Shades of Burgundy #7F0328
Tints of Burgundy #7F0328
RGB
CMYK
RGB Variations
Color information
#7F0328 (or 0x7F0328) is known color: Burgundy. HEX triplet: 7F, 03 and 28. RGB value is (127,3,40). Sum of RGB (Red+Green+Blue) = 127+3+40=170 (22% of max value = 765). Red value is 127 (50% from 255 or 74.71% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0328 is #80FCD7. Grayscale: #2C2C2C. Windows color (decimal): -8453336 or 2622335. OLE color: 2622335.
HSL color Cylindrical-coordinate representation of color #7F0328: hue angle of 342.1º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F0328 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 40 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.50 |
| HSL | 342.1º | 0.95% | 0.25% | - |
| HSV(B) | 342.1º | 0.98% | 0.5% | - |
| XYZ | 9.17 | 4.73 | 2.44 | - |
| YUV | 44.29 | 125.58 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 40 | 0 | 0.98 | 0.69 | 0.50 | 342.1 | 0.95 | 0.25 |
| Hex | 7F | 3 | 28 | 0 | 62 | 45 | 32 | 156 | 5F | 19 |
| Octal | 177 | 3 | 50 | 0 | 142 | 105 | 62 | 526 | 137 | 31 |
| Binary | 1111111 | 11 | 101000 | 0 | 1100010 | 1000101 | 110010 | 101010110 | 1011111 | 11001 |
Color Harmonies of #7F0328
Complementary color
Monochromatic Colors of #7F0328
Black with #7F0328
Text Example
Text Example
White with #7F0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0328; }
p { color: rgb(127,3,40); }
H1.HeaderClassName
{
color: #7F0328;
}
.AnyTagClassName
{
color: #7F0328;
}
</style>
background-color css
<style>
a { background-color: #7F0328; }
a { background-color: rgb(127,3,40); }
div.DivClassName
{
background-color: #7F0328;
}
.BgClassName
{
background-color: #7F0328;
}
</style>
border-color css
<style>
span { border-color: #7F0328; }
span { border-color: rgb(127,3,40); }
td.TdClassName
{
border-color: #7F0328;
}
.TagClassName
{
border-color: #7F0328;
}
</style>