Shades of Burgundy #7F012D
Tints of Burgundy #7F012D
RGB
CMYK
RGB Variations
Color information
#7F012D (or 0x7F012D) is known color: Burgundy. HEX triplet: 7F, 01 and 2D. RGB value is (127,1,45). Sum of RGB (Red+Green+Blue) = 127+1+45=173 (22% of max value = 765). Red value is 127 (50% from 255 or 73.41% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 127 - color contains mainly: red. Hex color #7F012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F012D is #80FED2. Grayscale: #2B2B2B. Windows color (decimal): -8453843 or 2949503. OLE color: 2949503.
HSL color Cylindrical-coordinate representation of color #7F012D: hue angle of 339.05º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F012D is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.50 |
| HSL | 339.05º | 0.98% | 0.25% | - |
| HSV(B) | 339.05º | 0.99% | 0.5% | - |
| XYZ | 9.24 | 4.72 | 2.91 | - |
| YUV | 43.69 | 128.74 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 45 | 0 | 0.99 | 0.65 | 0.50 | 339.05 | 0.98 | 0.25 |
| Hex | 7F | 1 | 2D | 0 | 63 | 41 | 32 | 153 | 62 | 19 |
| Octal | 177 | 1 | 55 | 0 | 143 | 101 | 62 | 523 | 142 | 31 |
| Binary | 1111111 | 1 | 101101 | 0 | 1100011 | 1000001 | 110010 | 101010011 | 1100010 | 11001 |
Color Harmonies of #7F012D
Complementary color
Monochromatic Colors of #7F012D
Black with #7F012D
Text Example
Text Example
White with #7F012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F012D; }
p { color: rgb(127,1,45); }
H1.HeaderClassName
{
color: #7F012D;
}
.AnyTagClassName
{
color: #7F012D;
}
</style>
background-color css
<style>
a { background-color: #7F012D; }
a { background-color: rgb(127,1,45); }
div.DivClassName
{
background-color: #7F012D;
}
.BgClassName
{
background-color: #7F012D;
}
</style>
border-color css
<style>
span { border-color: #7F012D; }
span { border-color: rgb(127,1,45); }
td.TdClassName
{
border-color: #7F012D;
}
.TagClassName
{
border-color: #7F012D;
}
</style>