Shades of Maroon #751305
Tints of Maroon #751305
RGB
CMYK
RGB Variations
Color information
#751305 (or 0x751305) is known color: Maroon. HEX triplet: 75, 13 and 05. RGB value is (117,19,5). Sum of RGB (Red+Green+Blue) = 117+19+5=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #751305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751305 is #8AECFA. Grayscale: #2E2E2E. Windows color (decimal): -9104635 or 332661. OLE color: 332661.
HSL color Cylindrical-coordinate representation of color #751305: hue angle of 7.5º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #751305 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 19 | 5 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.54 |
| HSL | 7.5º | 0.92% | 0.24% | - |
| HSV(B) | 7.5º | 0.96% | 0.46% | - |
| XYZ | 7.6 | 4.26 | 0.57 | - |
| YUV | 46.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 5 | 0 | 0.84 | 0.96 | 0.54 | 7.5 | 0.92 | 0.24 |
| Hex | 75 | 13 | 5 | 0 | 54 | 60 | 36 | 8 | 5C | 18 |
| Octal | 165 | 23 | 5 | 0 | 124 | 140 | 66 | 10 | 134 | 30 |
| Binary | 1110101 | 10011 | 101 | 0 | 1010100 | 1100000 | 110110 | 1000 | 1011100 | 11000 |
Color Harmonies of #751305
Complementary color
Monochromatic Colors of #751305
Black with #751305
Text Example
Text Example
White with #751305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751305; }
p { color: rgb(117,19,5); }
H1.HeaderClassName
{
color: #751305;
}
.AnyTagClassName
{
color: #751305;
}
</style>
background-color css
<style>
a { background-color: #751305; }
a { background-color: rgb(117,19,5); }
div.DivClassName
{
background-color: #751305;
}
.BgClassName
{
background-color: #751305;
}
</style>
border-color css
<style>
span { border-color: #751305; }
span { border-color: rgb(117,19,5); }
td.TdClassName
{
border-color: #751305;
}
.TagClassName
{
border-color: #751305;
}
</style>