Shades of Claret #750E2E
Tints of Claret #750E2E
RGB
CMYK
RGB Variations
Color information
#750E2E (or 0x750E2E) is known color: Claret. HEX triplet: 75, 0E and 2E. RGB value is (117,14,46). Sum of RGB (Red+Green+Blue) = 117+14+46=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #750E2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750E2E is #8AF1D1. Grayscale: #303030. Windows color (decimal): -9105874 or 3018357. OLE color: 3018357.
HSL color Cylindrical-coordinate representation of color #750E2E: hue angle of 341.36º 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 #750E2E is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 14 | 46 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.54 |
| HSL | 341.36º | 0.79% | 0.26% | - |
| HSV(B) | 341.36º | 0.88% | 0.46% | - |
| XYZ | 7.99 | 4.29 | 2.99 | - |
| YUV | 48.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 46 | 0 | 0.88 | 0.61 | 0.54 | 341.36 | 0.79 | 0.26 |
| Hex | 75 | E | 2E | 0 | 58 | 3D | 36 | 155 | 4F | 1A |
| Octal | 165 | 16 | 56 | 0 | 130 | 75 | 66 | 525 | 117 | 32 |
| Binary | 1110101 | 1110 | 101110 | 0 | 1011000 | 111101 | 110110 | 101010101 | 1001111 | 11010 |
Color Harmonies of #750E2E
Complementary color
Monochromatic Colors of #750E2E
Black with #750E2E
Text Example
Text Example
White with #750E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750E2E; }
p { color: rgb(117,14,46); }
H1.HeaderClassName
{
color: #750E2E;
}
.AnyTagClassName
{
color: #750E2E;
}
</style>
background-color css
<style>
a { background-color: #750E2E; }
a { background-color: rgb(117,14,46); }
div.DivClassName
{
background-color: #750E2E;
}
.BgClassName
{
background-color: #750E2E;
}
</style>
border-color css
<style>
span { border-color: #750E2E; }
span { border-color: rgb(117,14,46); }
td.TdClassName
{
border-color: #750E2E;
}
.TagClassName
{
border-color: #750E2E;
}
</style>