Shades of Claret #751632
Tints of Claret #751632
RGB
CMYK
RGB Variations
Color information
#751632 (or 0x751632) is known color: Claret. HEX triplet: 75, 16 and 32. RGB value is (117,22,50). Sum of RGB (Red+Green+Blue) = 117+22+50=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #751632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751632 is #8AE9CD. Grayscale: #353535. Windows color (decimal): -9103822 or 3282549. OLE color: 3282549.
HSL color Cylindrical-coordinate representation of color #751632: hue angle of 342.32º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751632 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 22 | 50 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.54 |
| HSL | 342.32º | 0.68% | 0.27% | - |
| HSV(B) | 342.32º | 0.81% | 0.46% | - |
| XYZ | 8.2 | 4.59 | 3.47 | - |
| YUV | 53.6 | 125.97 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 50 | 0 | 0.81 | 0.57 | 0.54 | 342.32 | 0.68 | 0.27 |
| Hex | 75 | 16 | 32 | 0 | 51 | 39 | 36 | 156 | 44 | 1B |
| Octal | 165 | 26 | 62 | 0 | 121 | 71 | 66 | 526 | 104 | 33 |
| Binary | 1110101 | 10110 | 110010 | 0 | 1010001 | 111001 | 110110 | 101010110 | 1000100 | 11011 |
Color Harmonies of #751632
Complementary color
Monochromatic Colors of #751632
Black with #751632
Text Example
Text Example
White with #751632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751632; }
p { color: rgb(117,22,50); }
H1.HeaderClassName
{
color: #751632;
}
.AnyTagClassName
{
color: #751632;
}
</style>
background-color css
<style>
a { background-color: #751632; }
a { background-color: rgb(117,22,50); }
div.DivClassName
{
background-color: #751632;
}
.BgClassName
{
background-color: #751632;
}
</style>
border-color css
<style>
span { border-color: #751632; }
span { border-color: rgb(117,22,50); }
td.TdClassName
{
border-color: #751632;
}
.TagClassName
{
border-color: #751632;
}
</style>