Shades of Claret #751533
Tints of Claret #751533
RGB
CMYK
RGB Variations
Color information
#751533 (or 0x751533) is known color: Claret. HEX triplet: 75, 15 and 33. RGB value is (117,21,51). Sum of RGB (Red+Green+Blue) = 117+21+51=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #751533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751533 is #8AEACC. Grayscale: #353535. Windows color (decimal): -9104077 or 3347829. OLE color: 3347829.
HSL color Cylindrical-coordinate representation of color #751533: hue angle of 341.25º 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 #751533 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 21 | 51 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.54 |
| HSL | 341.25º | 0.7% | 0.27% | - |
| HSV(B) | 341.25º | 0.82% | 0.46% | - |
| XYZ | 8.2 | 4.56 | 3.58 | - |
| YUV | 53.12 | 126.8 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 21 | 51 | 0 | 0.82 | 0.56 | 0.54 | 341.25 | 0.7 | 0.27 |
| Hex | 75 | 15 | 33 | 0 | 52 | 38 | 36 | 155 | 46 | 1B |
| Octal | 165 | 25 | 63 | 0 | 122 | 70 | 66 | 525 | 106 | 33 |
| Binary | 1110101 | 10101 | 110011 | 0 | 1010010 | 111000 | 110110 | 101010101 | 1000110 | 11011 |
Color Harmonies of #751533
Complementary color
Monochromatic Colors of #751533
Black with #751533
Text Example
Text Example
White with #751533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751533; }
p { color: rgb(117,21,51); }
H1.HeaderClassName
{
color: #751533;
}
.AnyTagClassName
{
color: #751533;
}
</style>
background-color css
<style>
a { background-color: #751533; }
a { background-color: rgb(117,21,51); }
div.DivClassName
{
background-color: #751533;
}
.BgClassName
{
background-color: #751533;
}
</style>
border-color css
<style>
span { border-color: #751533; }
span { border-color: rgb(117,21,51); }
td.TdClassName
{
border-color: #751533;
}
.TagClassName
{
border-color: #751533;
}
</style>