Shades of Burgundy #750A18
Tints of Burgundy #750A18
RGB
CMYK
RGB Variations
Color information
#750A18 (or 0x750A18) is known color: Burgundy. HEX triplet: 75, 0A and 18. RGB value is (117,10,24). Sum of RGB (Red+Green+Blue) = 117+10+24=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #750A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750A18 is #8AF5E7. Grayscale: #2B2B2B. Windows color (decimal): -9106920 or 1575541. OLE color: 1575541.
HSL color Cylindrical-coordinate representation of color #750A18: hue angle of 352.15º 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 #750A18 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 24 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.54 |
| HSL | 352.15º | 0.84% | 0.25% | - |
| HSV(B) | 352.15º | 0.91% | 0.46% | - |
| XYZ | 7.61 | 4.06 | 1.25 | - |
| YUV | 43.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 24 | 0 | 0.91 | 0.79 | 0.54 | 352.15 | 0.84 | 0.25 |
| Hex | 75 | A | 18 | 0 | 5B | 4F | 36 | 160 | 54 | 19 |
| Octal | 165 | 12 | 30 | 0 | 133 | 117 | 66 | 540 | 124 | 31 |
| Binary | 1110101 | 1010 | 11000 | 0 | 1011011 | 1001111 | 110110 | 101100000 | 1010100 | 11001 |
Color Harmonies of #750A18
Complementary color
Monochromatic Colors of #750A18
Black with #750A18
Text Example
Text Example
White with #750A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A18; }
p { color: rgb(117,10,24); }
H1.HeaderClassName
{
color: #750A18;
}
.AnyTagClassName
{
color: #750A18;
}
</style>
background-color css
<style>
a { background-color: #750A18; }
a { background-color: rgb(117,10,24); }
div.DivClassName
{
background-color: #750A18;
}
.BgClassName
{
background-color: #750A18;
}
</style>
border-color css
<style>
span { border-color: #750A18; }
span { border-color: rgb(117,10,24); }
td.TdClassName
{
border-color: #750A18;
}
.TagClassName
{
border-color: #750A18;
}
</style>