Shades of Burgundy #750213
Tints of Burgundy #750213
RGB
CMYK
RGB Variations
Color information
#750213 (or 0x750213) is known color: Burgundy. HEX triplet: 75, 02 and 13. RGB value is (117,2,19). Sum of RGB (Red+Green+Blue) = 117+2+19=138 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.78% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 117 - color contains mainly: red. Hex color #750213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750213 is #8AFDEC. Grayscale: #262626. Windows color (decimal): -9108973 or 1245813. OLE color: 1245813.
HSL color Cylindrical-coordinate representation of color #750213: hue angle of 351.13º 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 #750213 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 2 | 19 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.54 |
| HSL | 351.13º | 0.97% | 0.23% | - |
| HSV(B) | 351.13º | 0.98% | 0.46% | - |
| XYZ | 7.48 | 3.87 | 0.97 | - |
| YUV | 38.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 19 | 0 | 0.98 | 0.84 | 0.54 | 351.13 | 0.97 | 0.23 |
| Hex | 75 | 2 | 13 | 0 | 62 | 54 | 36 | 15F | 61 | 17 |
| Octal | 165 | 2 | 23 | 0 | 142 | 124 | 66 | 537 | 141 | 27 |
| Binary | 1110101 | 10 | 10011 | 0 | 1100010 | 1010100 | 110110 | 101011111 | 1100001 | 10111 |
Color Harmonies of #750213
Complementary color
Monochromatic Colors of #750213
Black with #750213
Text Example
Text Example
White with #750213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750213; }
p { color: rgb(117,2,19); }
H1.HeaderClassName
{
color: #750213;
}
.AnyTagClassName
{
color: #750213;
}
</style>
background-color css
<style>
a { background-color: #750213; }
a { background-color: rgb(117,2,19); }
div.DivClassName
{
background-color: #750213;
}
.BgClassName
{
background-color: #750213;
}
</style>
border-color css
<style>
span { border-color: #750213; }
span { border-color: rgb(117,2,19); }
td.TdClassName
{
border-color: #750213;
}
.TagClassName
{
border-color: #750213;
}
</style>