Shades of Burgundy #750028
Tints of Burgundy #750028
RGB
CMYK
RGB Variations
Color information
#750028 (or 0x750028) is known color: Burgundy. HEX triplet: 75, 00 and 28. RGB value is (117,0,40). Sum of RGB (Red+Green+Blue) = 117+0+40=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #750028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750028 is #8AFFD7. Grayscale: #272727. Windows color (decimal): -9109464 or 2621557. OLE color: 2621557.
HSL color Cylindrical-coordinate representation of color #750028: hue angle of 339.49º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750028 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.66 | 0.54 |
| HSL | 339.49º | 1% | 0.23% | - |
| HSV(B) | 339.49º | 1% | 0.46% | - |
| XYZ | 7.72 | 3.94 | 2.36 | - |
| YUV | 39.54 | 128.26 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 40 | 0 | 1 | 0.66 | 0.54 | 339.49 | 1 | 0.23 |
| Hex | 75 | 0 | 28 | 0 | 64 | 42 | 36 | 153 | 64 | 17 |
| Octal | 165 | 0 | 50 | 0 | 144 | 102 | 66 | 523 | 144 | 27 |
| Binary | 1110101 | 0 | 101000 | 0 | 1100100 | 1000010 | 110110 | 101010011 | 1100100 | 10111 |
Color Harmonies of #750028
Complementary color
Monochromatic Colors of #750028
Black with #750028
Text Example
Text Example
White with #750028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750028; }
p { color: rgb(117,0,40); }
H1.HeaderClassName
{
color: #750028;
}
.AnyTagClassName
{
color: #750028;
}
</style>
background-color css
<style>
a { background-color: #750028; }
a { background-color: rgb(117,0,40); }
div.DivClassName
{
background-color: #750028;
}
.BgClassName
{
background-color: #750028;
}
</style>
border-color css
<style>
span { border-color: #750028; }
span { border-color: rgb(117,0,40); }
td.TdClassName
{
border-color: #750028;
}
.TagClassName
{
border-color: #750028;
}
</style>