Shades of Claret #751332
Tints of Claret #751332
RGB
CMYK
RGB Variations
Color information
#751332 (or 0x751332) is known color: Claret. HEX triplet: 75, 13 and 32. RGB value is (117,19,50). Sum of RGB (Red+Green+Blue) = 117+19+50=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #751332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751332 is #8AECCD. Grayscale: #333333. Windows color (decimal): -9104590 or 3281781. OLE color: 3281781.
HSL color Cylindrical-coordinate representation of color #751332: hue angle of 341.02º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751332 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 19 | 50 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.54 |
| HSL | 341.02º | 0.72% | 0.27% | - |
| HSV(B) | 341.02º | 0.84% | 0.46% | - |
| XYZ | 8.14 | 4.48 | 3.45 | - |
| YUV | 51.84 | 126.97 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 50 | 0 | 0.84 | 0.57 | 0.54 | 341.02 | 0.72 | 0.27 |
| Hex | 75 | 13 | 32 | 0 | 54 | 39 | 36 | 155 | 48 | 1B |
| Octal | 165 | 23 | 62 | 0 | 124 | 71 | 66 | 525 | 110 | 33 |
| Binary | 1110101 | 10011 | 110010 | 0 | 1010100 | 111001 | 110110 | 101010101 | 1001000 | 11011 |
Color Harmonies of #751332
Complementary color
Monochromatic Colors of #751332
Black with #751332
Text Example
Text Example
White with #751332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751332; }
p { color: rgb(117,19,50); }
H1.HeaderClassName
{
color: #751332;
}
.AnyTagClassName
{
color: #751332;
}
</style>
background-color css
<style>
a { background-color: #751332; }
a { background-color: rgb(117,19,50); }
div.DivClassName
{
background-color: #751332;
}
.BgClassName
{
background-color: #751332;
}
</style>
border-color css
<style>
span { border-color: #751332; }
span { border-color: rgb(117,19,50); }
td.TdClassName
{
border-color: #751332;
}
.TagClassName
{
border-color: #751332;
}
</style>