Shades of Burgundy #750319
Tints of Burgundy #750319
RGB
CMYK
RGB Variations
Color information
#750319 (or 0x750319) is known color: Burgundy. HEX triplet: 75, 03 and 19. RGB value is (117,3,25). Sum of RGB (Red+Green+Blue) = 117+3+25=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #750319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750319 is #8AFCE6. Grayscale: #272727. Windows color (decimal): -9108711 or 1639285. OLE color: 1639285.
HSL color Cylindrical-coordinate representation of color #750319: hue angle of 348.42º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #750319 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 3 | 25 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.54 |
| HSL | 348.42º | 0.95% | 0.24% | - |
| HSV(B) | 348.42º | 0.97% | 0.46% | - |
| XYZ | 7.54 | 3.92 | 1.28 | - |
| YUV | 39.59 | 119.77 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 3 | 25 | 0 | 0.97 | 0.79 | 0.54 | 348.42 | 0.95 | 0.24 |
| Hex | 75 | 3 | 19 | 0 | 61 | 4F | 36 | 15C | 5F | 18 |
| Octal | 165 | 3 | 31 | 0 | 141 | 117 | 66 | 534 | 137 | 30 |
| Binary | 1110101 | 11 | 11001 | 0 | 1100001 | 1001111 | 110110 | 101011100 | 1011111 | 11000 |
Color Harmonies of #750319
Complementary color
Monochromatic Colors of #750319
Black with #750319
Text Example
Text Example
White with #750319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750319; }
p { color: rgb(117,3,25); }
H1.HeaderClassName
{
color: #750319;
}
.AnyTagClassName
{
color: #750319;
}
</style>
background-color css
<style>
a { background-color: #750319; }
a { background-color: rgb(117,3,25); }
div.DivClassName
{
background-color: #750319;
}
.BgClassName
{
background-color: #750319;
}
</style>
border-color css
<style>
span { border-color: #750319; }
span { border-color: rgb(117,3,25); }
td.TdClassName
{
border-color: #750319;
}
.TagClassName
{
border-color: #750319;
}
</style>