Shades of Burgundy #750423
Tints of Burgundy #750423
RGB
CMYK
RGB Variations
Color information
#750423 (or 0x750423) is known color: Burgundy. HEX triplet: 75, 04 and 23. RGB value is (117,4,35). Sum of RGB (Red+Green+Blue) = 117+4+35=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #750423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750423 is #8AFBDC. Grayscale: #292929. Windows color (decimal): -9108445 or 2294901. OLE color: 2294901.
HSL color Cylindrical-coordinate representation of color #750423: hue angle of 343.54º degrees, saturation: 0.93, 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 #750423 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 4 | 35 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.54 |
| HSL | 343.54º | 0.93% | 0.24% | - |
| HSV(B) | 343.54º | 0.97% | 0.46% | - |
| XYZ | 7.68 | 3.99 | 1.96 | - |
| YUV | 41.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 35 | 0 | 0.97 | 0.70 | 0.54 | 343.54 | 0.93 | 0.24 |
| Hex | 75 | 4 | 23 | 0 | 61 | 46 | 36 | 158 | 5D | 18 |
| Octal | 165 | 4 | 43 | 0 | 141 | 106 | 66 | 530 | 135 | 30 |
| Binary | 1110101 | 100 | 100011 | 0 | 1100001 | 1000110 | 110110 | 101011000 | 1011101 | 11000 |
Color Harmonies of #750423
Complementary color
Monochromatic Colors of #750423
Black with #750423
Text Example
Text Example
White with #750423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750423; }
p { color: rgb(117,4,35); }
H1.HeaderClassName
{
color: #750423;
}
.AnyTagClassName
{
color: #750423;
}
</style>
background-color css
<style>
a { background-color: #750423; }
a { background-color: rgb(117,4,35); }
div.DivClassName
{
background-color: #750423;
}
.BgClassName
{
background-color: #750423;
}
</style>
border-color css
<style>
span { border-color: #750423; }
span { border-color: rgb(117,4,35); }
td.TdClassName
{
border-color: #750423;
}
.TagClassName
{
border-color: #750423;
}
</style>