Shades of Claret #751535
Tints of Claret #751535
RGB
CMYK
RGB Variations
Color information
#751535 (or 0x751535) is known color: Claret. HEX triplet: 75, 15 and 35. RGB value is (117,21,53). Sum of RGB (Red+Green+Blue) = 117+21+53=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #751535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751535 is #8AEACA. Grayscale: #353535. Windows color (decimal): -9104075 or 3478901. OLE color: 3478901.
HSL color Cylindrical-coordinate representation of color #751535: hue angle of 340º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751535 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 21 | 53 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.54 |
| HSL | 340º | 0.7% | 0.27% | - |
| HSV(B) | 340º | 0.82% | 0.46% | - |
| XYZ | 8.25 | 4.58 | 3.82 | - |
| YUV | 53.35 | 127.8 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 21 | 53 | 0 | 0.82 | 0.55 | 0.54 | 340 | 0.7 | 0.27 |
| Hex | 75 | 15 | 35 | 0 | 52 | 37 | 36 | 154 | 46 | 1B |
| Octal | 165 | 25 | 65 | 0 | 122 | 67 | 66 | 524 | 106 | 33 |
| Binary | 1110101 | 10101 | 110101 | 0 | 1010010 | 110111 | 110110 | 101010100 | 1000110 | 11011 |
Color Harmonies of #751535
Complementary color
Monochromatic Colors of #751535
Black with #751535
Text Example
Text Example
White with #751535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751535; }
p { color: rgb(117,21,53); }
H1.HeaderClassName
{
color: #751535;
}
.AnyTagClassName
{
color: #751535;
}
</style>
background-color css
<style>
a { background-color: #751535; }
a { background-color: rgb(117,21,53); }
div.DivClassName
{
background-color: #751535;
}
.BgClassName
{
background-color: #751535;
}
</style>
border-color css
<style>
span { border-color: #751535; }
span { border-color: rgb(117,21,53); }
td.TdClassName
{
border-color: #751535;
}
.TagClassName
{
border-color: #751535;
}
</style>