Shades of Burgundy #7C0135
Tints of Burgundy #7C0135
RGB
CMYK
RGB Variations
Color information
#7C0135 (or 0x7C0135) is known color: Burgundy. HEX triplet: 7C, 01 and 35. RGB value is (124,1,53). Sum of RGB (Red+Green+Blue) = 124+1+53=178 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.66% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0135 is #83FECA. Grayscale: #2B2B2B. Windows color (decimal): -8650443 or 3473788. OLE color: 3473788.
HSL color Cylindrical-coordinate representation of color #7C0135: hue angle of 334.63º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C0135 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 53 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.51 |
| HSL | 334.63º | 0.98% | 0.25% | - |
| HSV(B) | 334.63º | 0.99% | 0.49% | - |
| XYZ | 8.97 | 4.56 | 3.78 | - |
| YUV | 43.71 | 133.25 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 53 | 0 | 0.99 | 0.57 | 0.51 | 334.63 | 0.98 | 0.25 |
| Hex | 7C | 1 | 35 | 0 | 63 | 39 | 33 | 14F | 62 | 19 |
| Octal | 174 | 1 | 65 | 0 | 143 | 71 | 63 | 517 | 142 | 31 |
| Binary | 1111100 | 1 | 110101 | 0 | 1100011 | 111001 | 110011 | 101001111 | 1100010 | 11001 |
Color Harmonies of #7C0135
Complementary color
Monochromatic Colors of #7C0135
Black with #7C0135
Text Example
Text Example
White with #7C0135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0135; }
p { color: rgb(124,1,53); }
H1.HeaderClassName
{
color: #7C0135;
}
.AnyTagClassName
{
color: #7C0135;
}
</style>
background-color css
<style>
a { background-color: #7C0135; }
a { background-color: rgb(124,1,53); }
div.DivClassName
{
background-color: #7C0135;
}
.BgClassName
{
background-color: #7C0135;
}
</style>
border-color css
<style>
span { border-color: #7C0135; }
span { border-color: rgb(124,1,53); }
td.TdClassName
{
border-color: #7C0135;
}
.TagClassName
{
border-color: #7C0135;
}
</style>