Shades of Burgundy #750D25
Tints of Burgundy #750D25
RGB
CMYK
RGB Variations
Color information
#750D25 (or 0x750D25) is known color: Burgundy. HEX triplet: 75, 0D and 25. RGB value is (117,13,37). Sum of RGB (Red+Green+Blue) = 117+13+37=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #750D25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750D25 is #8AF2DA. Grayscale: #2E2E2E. Windows color (decimal): -9106139 or 2428277. OLE color: 2428277.
HSL color Cylindrical-coordinate representation of color #750D25: hue angle of 346.15º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D25 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 13 | 37 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.54 |
| HSL | 346.15º | 0.8% | 0.25% | - |
| HSV(B) | 346.15º | 0.89% | 0.46% | - |
| XYZ | 7.81 | 4.2 | 2.15 | - |
| YUV | 46.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 13 | 37 | 0 | 0.89 | 0.68 | 0.54 | 346.15 | 0.8 | 0.25 |
| Hex | 75 | D | 25 | 0 | 59 | 44 | 36 | 15A | 50 | 19 |
| Octal | 165 | 15 | 45 | 0 | 131 | 104 | 66 | 532 | 120 | 31 |
| Binary | 1110101 | 1101 | 100101 | 0 | 1011001 | 1000100 | 110110 | 101011010 | 1010000 | 11001 |
Color Harmonies of #750D25
Complementary color
Monochromatic Colors of #750D25
Black with #750D25
Text Example
Text Example
White with #750D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750D25; }
p { color: rgb(117,13,37); }
H1.HeaderClassName
{
color: #750D25;
}
.AnyTagClassName
{
color: #750D25;
}
</style>
background-color css
<style>
a { background-color: #750D25; }
a { background-color: rgb(117,13,37); }
div.DivClassName
{
background-color: #750D25;
}
.BgClassName
{
background-color: #750D25;
}
</style>
border-color css
<style>
span { border-color: #750D25; }
span { border-color: rgb(117,13,37); }
td.TdClassName
{
border-color: #750D25;
}
.TagClassName
{
border-color: #750D25;
}
</style>