Shades of Burgundy #750819
Tints of Burgundy #750819
RGB
CMYK
RGB Variations
Color information
#750819 (or 0x750819) is known color: Burgundy. HEX triplet: 75, 08 and 19. RGB value is (117,8,25). Sum of RGB (Red+Green+Blue) = 117+8+25=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #750819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750819 is #8AF7E6. Grayscale: #2A2A2A. Windows color (decimal): -9107431 or 1640565. OLE color: 1640565.
HSL color Cylindrical-coordinate representation of color #750819: hue angle of 350.64º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750819 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 8 | 25 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.54 |
| HSL | 350.64º | 0.87% | 0.25% | - |
| HSV(B) | 350.64º | 0.93% | 0.46% | - |
| XYZ | 7.6 | 4.03 | 1.3 | - |
| YUV | 42.53 | 118.11 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 25 | 0 | 0.93 | 0.79 | 0.54 | 350.64 | 0.87 | 0.25 |
| Hex | 75 | 8 | 19 | 0 | 5D | 4F | 36 | 15F | 57 | 19 |
| Octal | 165 | 10 | 31 | 0 | 135 | 117 | 66 | 537 | 127 | 31 |
| Binary | 1110101 | 1000 | 11001 | 0 | 1011101 | 1001111 | 110110 | 101011111 | 1010111 | 11001 |
Color Harmonies of #750819
Complementary color
Monochromatic Colors of #750819
Black with #750819
Text Example
Text Example
White with #750819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750819; }
p { color: rgb(117,8,25); }
H1.HeaderClassName
{
color: #750819;
}
.AnyTagClassName
{
color: #750819;
}
</style>
background-color css
<style>
a { background-color: #750819; }
a { background-color: rgb(117,8,25); }
div.DivClassName
{
background-color: #750819;
}
.BgClassName
{
background-color: #750819;
}
</style>
border-color css
<style>
span { border-color: #750819; }
span { border-color: rgb(117,8,25); }
td.TdClassName
{
border-color: #750819;
}
.TagClassName
{
border-color: #750819;
}
</style>