Shades of Claret #751235
Tints of Claret #751235
RGB
CMYK
RGB Variations
Color information
#751235 (or 0x751235) is known color: Claret. HEX triplet: 75, 12 and 35. RGB value is (117,18,53). Sum of RGB (Red+Green+Blue) = 117+18+53=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #751235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751235 is #8AEDCA. Grayscale: #333333. Windows color (decimal): -9104843 or 3478133. OLE color: 3478133.
HSL color Cylindrical-coordinate representation of color #751235: hue angle of 338.79º degrees, saturation: 0.73, 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 #751235 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 18 | 53 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.54 |
| HSL | 338.79º | 0.73% | 0.26% | - |
| HSV(B) | 338.79º | 0.85% | 0.46% | - |
| XYZ | 8.2 | 4.47 | 3.8 | - |
| YUV | 51.59 | 128.8 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 53 | 0 | 0.85 | 0.55 | 0.54 | 338.79 | 0.73 | 0.26 |
| Hex | 75 | 12 | 35 | 0 | 55 | 37 | 36 | 153 | 49 | 1A |
| Octal | 165 | 22 | 65 | 0 | 125 | 67 | 66 | 523 | 111 | 32 |
| Binary | 1110101 | 10010 | 110101 | 0 | 1010101 | 110111 | 110110 | 101010011 | 1001001 | 11010 |
Color Harmonies of #751235
Complementary color
Monochromatic Colors of #751235
Black with #751235
Text Example
Text Example
White with #751235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751235; }
p { color: rgb(117,18,53); }
H1.HeaderClassName
{
color: #751235;
}
.AnyTagClassName
{
color: #751235;
}
</style>
background-color css
<style>
a { background-color: #751235; }
a { background-color: rgb(117,18,53); }
div.DivClassName
{
background-color: #751235;
}
.BgClassName
{
background-color: #751235;
}
</style>
border-color css
<style>
span { border-color: #751235; }
span { border-color: rgb(117,18,53); }
td.TdClassName
{
border-color: #751235;
}
.TagClassName
{
border-color: #751235;
}
</style>