Shades of Claret #750E31
Tints of Claret #750E31
RGB
CMYK
RGB Variations
Color information
#750E31 (or 0x750E31) is known color: Claret. HEX triplet: 75, 0E and 31. RGB value is (117,14,49). Sum of RGB (Red+Green+Blue) = 117+14+49=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #750E31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750E31 is #8AF1CE. Grayscale: #303030. Windows color (decimal): -9105871 or 3214965. OLE color: 3214965.
HSL color Cylindrical-coordinate representation of color #750E31: hue angle of 339.61º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #750E31 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 14 | 49 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.54 |
| HSL | 339.61º | 0.79% | 0.26% | - |
| HSV(B) | 339.61º | 0.88% | 0.46% | - |
| XYZ | 8.05 | 4.32 | 3.31 | - |
| YUV | 48.79 | 128.12 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 49 | 0 | 0.88 | 0.58 | 0.54 | 339.61 | 0.79 | 0.26 |
| Hex | 75 | E | 31 | 0 | 58 | 3A | 36 | 154 | 4F | 1A |
| Octal | 165 | 16 | 61 | 0 | 130 | 72 | 66 | 524 | 117 | 32 |
| Binary | 1110101 | 1110 | 110001 | 0 | 1011000 | 111010 | 110110 | 101010100 | 1001111 | 11010 |
Color Harmonies of #750E31
Complementary color
Monochromatic Colors of #750E31
Black with #750E31
Text Example
Text Example
White with #750E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750E31; }
p { color: rgb(117,14,49); }
H1.HeaderClassName
{
color: #750E31;
}
.AnyTagClassName
{
color: #750E31;
}
</style>
background-color css
<style>
a { background-color: #750E31; }
a { background-color: rgb(117,14,49); }
div.DivClassName
{
background-color: #750E31;
}
.BgClassName
{
background-color: #750E31;
}
</style>
border-color css
<style>
span { border-color: #750E31; }
span { border-color: rgb(117,14,49); }
td.TdClassName
{
border-color: #750E31;
}
.TagClassName
{
border-color: #750E31;
}
</style>