Shades of Burgundy #750223
Tints of Burgundy #750223
RGB
CMYK
RGB Variations
Color information
#750223 (or 0x750223) is known color: Burgundy. HEX triplet: 75, 02 and 23. RGB value is (117,2,35). Sum of RGB (Red+Green+Blue) = 117+2+35=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #750223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750223 is #8AFDDC. Grayscale: #282828. Windows color (decimal): -9108957 or 2294389. OLE color: 2294389.
HSL color Cylindrical-coordinate representation of color #750223: hue angle of 342.78º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750223 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 2 | 35 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.54 |
| HSL | 342.78º | 0.97% | 0.23% | - |
| HSV(B) | 342.78º | 0.98% | 0.46% | - |
| XYZ | 7.66 | 3.95 | 1.95 | - |
| YUV | 40.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 35 | 0 | 0.98 | 0.70 | 0.54 | 342.78 | 0.97 | 0.23 |
| Hex | 75 | 2 | 23 | 0 | 62 | 46 | 36 | 157 | 61 | 17 |
| Octal | 165 | 2 | 43 | 0 | 142 | 106 | 66 | 527 | 141 | 27 |
| Binary | 1110101 | 10 | 100011 | 0 | 1100010 | 1000110 | 110110 | 101010111 | 1100001 | 10111 |
Color Harmonies of #750223
Complementary color
Monochromatic Colors of #750223
Black with #750223
Text Example
Text Example
White with #750223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750223; }
p { color: rgb(117,2,35); }
H1.HeaderClassName
{
color: #750223;
}
.AnyTagClassName
{
color: #750223;
}
</style>
background-color css
<style>
a { background-color: #750223; }
a { background-color: rgb(117,2,35); }
div.DivClassName
{
background-color: #750223;
}
.BgClassName
{
background-color: #750223;
}
</style>
border-color css
<style>
span { border-color: #750223; }
span { border-color: rgb(117,2,35); }
td.TdClassName
{
border-color: #750223;
}
.TagClassName
{
border-color: #750223;
}
</style>