Shades of Maroon #750E02
Tints of Maroon #750E02
RGB
CMYK
RGB Variations
Color information
#750E02 (or 0x750E02) is known color: Maroon. HEX triplet: 75, 0E and 02. RGB value is (117,14,2). Sum of RGB (Red+Green+Blue) = 117+14+2=133 (17% of max value = 765). Red value is 117 (46.09% from 255 or 87.97% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 117 - color contains mainly: red. Hex color #750E02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750E02 is #8AF1FD. Grayscale: #2B2B2B. Windows color (decimal): -9105918 or 134773. OLE color: 134773.
HSL color Cylindrical-coordinate representation of color #750E02: hue angle of 6.26º 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 #750E02 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 14 | 2 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.54 |
| HSL | 6.26º | 0.97% | 0.23% | - |
| HSV(B) | 6.26º | 0.98% | 0.46% | - |
| XYZ | 7.5 | 4.1 | 0.45 | - |
| YUV | 43.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 2 | 0 | 0.88 | 0.98 | 0.54 | 6.26 | 0.97 | 0.23 |
| Hex | 75 | E | 2 | 0 | 58 | 62 | 36 | 6 | 61 | 17 |
| Octal | 165 | 16 | 2 | 0 | 130 | 142 | 66 | 6 | 141 | 27 |
| Binary | 1110101 | 1110 | 10 | 0 | 1011000 | 1100010 | 110110 | 110 | 1100001 | 10111 |
Color Harmonies of #750E02
Complementary color
Monochromatic Colors of #750E02
Black with #750E02
Text Example
Text Example
White with #750E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750E02; }
p { color: rgb(117,14,2); }
H1.HeaderClassName
{
color: #750E02;
}
.AnyTagClassName
{
color: #750E02;
}
</style>
background-color css
<style>
a { background-color: #750E02; }
a { background-color: rgb(117,14,2); }
div.DivClassName
{
background-color: #750E02;
}
.BgClassName
{
background-color: #750E02;
}
</style>
border-color css
<style>
span { border-color: #750E02; }
span { border-color: rgb(117,14,2); }
td.TdClassName
{
border-color: #750E02;
}
.TagClassName
{
border-color: #750E02;
}
</style>