Shades of Burgundy #750A25
Tints of Burgundy #750A25
RGB
CMYK
RGB Variations
Color information
#750A25 (or 0x750A25) is known color: Burgundy. HEX triplet: 75, 0A and 25. RGB value is (117,10,37). Sum of RGB (Red+Green+Blue) = 117+10+37=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #750A25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A25 is #8AF5DA. Grayscale: #2D2D2D. Windows color (decimal): -9106907 or 2427509. OLE color: 2427509.
HSL color Cylindrical-coordinate representation of color #750A25: hue angle of 344.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750A25 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 37 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.54 |
| HSL | 344.86º | 0.84% | 0.25% | - |
| HSV(B) | 344.86º | 0.91% | 0.46% | - |
| XYZ | 7.78 | 4.13 | 2.14 | - |
| YUV | 45.07 | 123.45 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 37 | 0 | 0.91 | 0.68 | 0.54 | 344.86 | 0.84 | 0.25 |
| Hex | 75 | A | 25 | 0 | 5B | 44 | 36 | 159 | 54 | 19 |
| Octal | 165 | 12 | 45 | 0 | 133 | 104 | 66 | 531 | 124 | 31 |
| Binary | 1110101 | 1010 | 100101 | 0 | 1011011 | 1000100 | 110110 | 101011001 | 1010100 | 11001 |
Color Harmonies of #750A25
Complementary color
Monochromatic Colors of #750A25
Black with #750A25
Text Example
Text Example
White with #750A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A25; }
p { color: rgb(117,10,37); }
H1.HeaderClassName
{
color: #750A25;
}
.AnyTagClassName
{
color: #750A25;
}
</style>
background-color css
<style>
a { background-color: #750A25; }
a { background-color: rgb(117,10,37); }
div.DivClassName
{
background-color: #750A25;
}
.BgClassName
{
background-color: #750A25;
}
</style>
border-color css
<style>
span { border-color: #750A25; }
span { border-color: rgb(117,10,37); }
td.TdClassName
{
border-color: #750A25;
}
.TagClassName
{
border-color: #750A25;
}
</style>