Shades of Claret #751733
Tints of Claret #751733
RGB
CMYK
RGB Variations
Color information
#751733 (or 0x751733) is known color: Claret. HEX triplet: 75, 17 and 33. RGB value is (117,23,51). Sum of RGB (Red+Green+Blue) = 117+23+51=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #751733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751733 is #8AE8CC. Grayscale: #363636. Windows color (decimal): -9103565 or 3348341. OLE color: 3348341.
HSL color Cylindrical-coordinate representation of color #751733: hue angle of 342.13º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751733 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 23 | 51 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.54 |
| HSL | 342.13º | 0.67% | 0.27% | - |
| HSV(B) | 342.13º | 0.8% | 0.46% | - |
| XYZ | 8.24 | 4.63 | 3.59 | - |
| YUV | 54.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 51 | 0 | 0.80 | 0.56 | 0.54 | 342.13 | 0.67 | 0.27 |
| Hex | 75 | 17 | 33 | 0 | 50 | 38 | 36 | 156 | 43 | 1B |
| Octal | 165 | 27 | 63 | 0 | 120 | 70 | 66 | 526 | 103 | 33 |
| Binary | 1110101 | 10111 | 110011 | 0 | 1010000 | 111000 | 110110 | 101010110 | 1000011 | 11011 |
Color Harmonies of #751733
Complementary color
Monochromatic Colors of #751733
Black with #751733
Text Example
Text Example
White with #751733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751733; }
p { color: rgb(117,23,51); }
H1.HeaderClassName
{
color: #751733;
}
.AnyTagClassName
{
color: #751733;
}
</style>
background-color css
<style>
a { background-color: #751733; }
a { background-color: rgb(117,23,51); }
div.DivClassName
{
background-color: #751733;
}
.BgClassName
{
background-color: #751733;
}
</style>
border-color css
<style>
span { border-color: #751733; }
span { border-color: rgb(117,23,51); }
td.TdClassName
{
border-color: #751733;
}
.TagClassName
{
border-color: #751733;
}
</style>