Shades of Burgundy #7F0321
Tints of Burgundy #7F0321
RGB
CMYK
RGB Variations
Color information
#7F0321 (or 0x7F0321) is known color: Burgundy. HEX triplet: 7F, 03 and 21. RGB value is (127,3,33). Sum of RGB (Red+Green+Blue) = 127+3+33=163 (21% of max value = 765). Red value is 127 (50% from 255 or 77.91% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0321 is #80FCDE. Grayscale: #2B2B2B. Windows color (decimal): -8453343 or 2163583. OLE color: 2163583.
HSL color Cylindrical-coordinate representation of color #7F0321: hue angle of 345.48º 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 #7F0321 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.50 |
| HSL | 345.48º | 0.95% | 0.25% | - |
| HSV(B) | 345.48º | 0.98% | 0.5% | - |
| XYZ | 9.06 | 4.69 | 1.87 | - |
| YUV | 43.5 | 122.08 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 33 | 0 | 0.98 | 0.74 | 0.50 | 345.48 | 0.95 | 0.25 |
| Hex | 7F | 3 | 21 | 0 | 62 | 4A | 32 | 159 | 5F | 19 |
| Octal | 177 | 3 | 41 | 0 | 142 | 112 | 62 | 531 | 137 | 31 |
| Binary | 1111111 | 11 | 100001 | 0 | 1100010 | 1001010 | 110010 | 101011001 | 1011111 | 11001 |
Color Harmonies of #7F0321
Complementary color
Monochromatic Colors of #7F0321
Black with #7F0321
Text Example
Text Example
White with #7F0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0321; }
p { color: rgb(127,3,33); }
H1.HeaderClassName
{
color: #7F0321;
}
.AnyTagClassName
{
color: #7F0321;
}
</style>
background-color css
<style>
a { background-color: #7F0321; }
a { background-color: rgb(127,3,33); }
div.DivClassName
{
background-color: #7F0321;
}
.BgClassName
{
background-color: #7F0321;
}
</style>
border-color css
<style>
span { border-color: #7F0321; }
span { border-color: rgb(127,3,33); }
td.TdClassName
{
border-color: #7F0321;
}
.TagClassName
{
border-color: #7F0321;
}
</style>