Shades of Burgundy #7F0B1C
Tints of Burgundy #7F0B1C
RGB
CMYK
RGB Variations
Color information
#7F0B1C (or 0x7F0B1C) is known color: Burgundy. HEX triplet: 7F, 0B and 1C. RGB value is (127,11,28). Sum of RGB (Red+Green+Blue) = 127+11+28=166 (21% of max value = 765). Red value is 127 (50% from 255 or 76.51% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0B1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0B1C is #80F4E3. Grayscale: #2F2F2F. Windows color (decimal): -8451300 or 1837951. OLE color: 1837951.
HSL color Cylindrical-coordinate representation of color #7F0B1C: hue angle of 351.21º degrees, saturation: 0.84, 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 #7F0B1C is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 11 | 28 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.50 |
| HSL | 351.21º | 0.84% | 0.27% | - |
| HSV(B) | 351.21º | 0.91% | 0.5% | - |
| XYZ | 9.08 | 4.84 | 1.55 | - |
| YUV | 47.62 | 116.93 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 11 | 28 | 0 | 0.91 | 0.78 | 0.50 | 351.21 | 0.84 | 0.27 |
| Hex | 7F | B | 1C | 0 | 5B | 4E | 32 | 15F | 54 | 1B |
| Octal | 177 | 13 | 34 | 0 | 133 | 116 | 62 | 537 | 124 | 33 |
| Binary | 1111111 | 1011 | 11100 | 0 | 1011011 | 1001110 | 110010 | 101011111 | 1010100 | 11011 |
Color Harmonies of #7F0B1C
Complementary color
Monochromatic Colors of #7F0B1C
Black with #7F0B1C
Text Example
Text Example
White with #7F0B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0B1C; }
p { color: rgb(127,11,28); }
H1.HeaderClassName
{
color: #7F0B1C;
}
.AnyTagClassName
{
color: #7F0B1C;
}
</style>
background-color css
<style>
a { background-color: #7F0B1C; }
a { background-color: rgb(127,11,28); }
div.DivClassName
{
background-color: #7F0B1C;
}
.BgClassName
{
background-color: #7F0B1C;
}
</style>
border-color css
<style>
span { border-color: #7F0B1C; }
span { border-color: rgb(127,11,28); }
td.TdClassName
{
border-color: #7F0B1C;
}
.TagClassName
{
border-color: #7F0B1C;
}
</style>