Shades of Burgundy #7B0335
Tints of Burgundy #7B0335
RGB
CMYK
RGB Variations
Color information
#7B0335 (or 0x7B0335) is known color: Burgundy. HEX triplet: 7B, 03 and 35. RGB value is (123,3,53). Sum of RGB (Red+Green+Blue) = 123+3+53=179 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.72% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0335 is #84FCCA. Grayscale: #2C2C2C. Windows color (decimal): -8715467 or 3474299. OLE color: 3474299.
HSL color Cylindrical-coordinate representation of color #7B0335: hue angle of 335º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B0335 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 3 | 53 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.52 |
| HSL | 335º | 0.95% | 0.25% | - |
| HSV(B) | 335º | 0.98% | 0.48% | - |
| XYZ | 8.84 | 4.53 | 3.78 | - |
| YUV | 44.58 | 132.76 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 3 | 53 | 0 | 0.98 | 0.57 | 0.52 | 335 | 0.95 | 0.25 |
| Hex | 7B | 3 | 35 | 0 | 62 | 39 | 34 | 14F | 5F | 19 |
| Octal | 173 | 3 | 65 | 0 | 142 | 71 | 64 | 517 | 137 | 31 |
| Binary | 1111011 | 11 | 110101 | 0 | 1100010 | 111001 | 110100 | 101001111 | 1011111 | 11001 |
Color Harmonies of #7B0335
Complementary color
Monochromatic Colors of #7B0335
Black with #7B0335
Text Example
Text Example
White with #7B0335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0335; }
p { color: rgb(123,3,53); }
H1.HeaderClassName
{
color: #7B0335;
}
.AnyTagClassName
{
color: #7B0335;
}
</style>
background-color css
<style>
a { background-color: #7B0335; }
a { background-color: rgb(123,3,53); }
div.DivClassName
{
background-color: #7B0335;
}
.BgClassName
{
background-color: #7B0335;
}
</style>
border-color css
<style>
span { border-color: #7B0335; }
span { border-color: rgb(123,3,53); }
td.TdClassName
{
border-color: #7B0335;
}
.TagClassName
{
border-color: #7B0335;
}
</style>