Shades of Burgundy #7F0C29
Tints of Burgundy #7F0C29
RGB
CMYK
RGB Variations
Color information
#7F0C29 (or 0x7F0C29) is known color: Burgundy. HEX triplet: 7F, 0C and 29. RGB value is (127,12,41). Sum of RGB (Red+Green+Blue) = 127+12+41=180 (23% of max value = 765). Red value is 127 (50% from 255 or 70.56% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0C29 is #80F3D6. Grayscale: #313131. Windows color (decimal): -8451031 or 2690175. OLE color: 2690175.
HSL color Cylindrical-coordinate representation of color #7F0C29: hue angle of 344.87º 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 #7F0C29 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 12 | 41 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.50 |
| HSL | 344.87º | 0.83% | 0.27% | - |
| HSV(B) | 344.87º | 0.91% | 0.5% | - |
| XYZ | 9.28 | 4.94 | 2.56 | - |
| YUV | 49.69 | 123.1 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 12 | 41 | 0 | 0.91 | 0.68 | 0.50 | 344.87 | 0.83 | 0.27 |
| Hex | 7F | C | 29 | 0 | 5B | 44 | 32 | 159 | 53 | 1B |
| Octal | 177 | 14 | 51 | 0 | 133 | 104 | 62 | 531 | 123 | 33 |
| Binary | 1111111 | 1100 | 101001 | 0 | 1011011 | 1000100 | 110010 | 101011001 | 1010011 | 11011 |
Color Harmonies of #7F0C29
Complementary color
Monochromatic Colors of #7F0C29
Black with #7F0C29
Text Example
Text Example
White with #7F0C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0C29; }
p { color: rgb(127,12,41); }
H1.HeaderClassName
{
color: #7F0C29;
}
.AnyTagClassName
{
color: #7F0C29;
}
</style>
background-color css
<style>
a { background-color: #7F0C29; }
a { background-color: rgb(127,12,41); }
div.DivClassName
{
background-color: #7F0C29;
}
.BgClassName
{
background-color: #7F0C29;
}
</style>
border-color css
<style>
span { border-color: #7F0C29; }
span { border-color: rgb(127,12,41); }
td.TdClassName
{
border-color: #7F0C29;
}
.TagClassName
{
border-color: #7F0C29;
}
</style>