Shades of Claret #751130
Tints of Claret #751130
RGB
CMYK
RGB Variations
Color information
#751130 (or 0x751130) is known color: Claret. HEX triplet: 75, 11 and 30. RGB value is (117,17,48). Sum of RGB (Red+Green+Blue) = 117+17+48=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #751130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751130 is #8AEECF. Grayscale: #323232. Windows color (decimal): -9105104 or 3150197. OLE color: 3150197.
HSL color Cylindrical-coordinate representation of color #751130: hue angle of 341.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751130 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 17 | 48 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.54 |
| HSL | 341.4º | 0.75% | 0.26% | - |
| HSV(B) | 341.4º | 0.85% | 0.46% | - |
| XYZ | 8.07 | 4.4 | 3.22 | - |
| YUV | 50.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 48 | 0 | 0.85 | 0.59 | 0.54 | 341.4 | 0.75 | 0.26 |
| Hex | 75 | 11 | 30 | 0 | 55 | 3B | 36 | 155 | 4B | 1A |
| Octal | 165 | 21 | 60 | 0 | 125 | 73 | 66 | 525 | 113 | 32 |
| Binary | 1110101 | 10001 | 110000 | 0 | 1010101 | 111011 | 110110 | 101010101 | 1001011 | 11010 |
Color Harmonies of #751130
Complementary color
Monochromatic Colors of #751130
Black with #751130
Text Example
Text Example
White with #751130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751130; }
p { color: rgb(117,17,48); }
H1.HeaderClassName
{
color: #751130;
}
.AnyTagClassName
{
color: #751130;
}
</style>
background-color css
<style>
a { background-color: #751130; }
a { background-color: rgb(117,17,48); }
div.DivClassName
{
background-color: #751130;
}
.BgClassName
{
background-color: #751130;
}
</style>
border-color css
<style>
span { border-color: #751130; }
span { border-color: rgb(117,17,48); }
td.TdClassName
{
border-color: #751130;
}
.TagClassName
{
border-color: #751130;
}
</style>