Shades of Claret #751334
Tints of Claret #751334
RGB
CMYK
RGB Variations
Color information
#751334 (or 0x751334) is known color: Claret. HEX triplet: 75, 13 and 34. RGB value is (117,19,52). Sum of RGB (Red+Green+Blue) = 117+19+52=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #751334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751334 is #8AECCB. Grayscale: #343434. Windows color (decimal): -9104588 or 3412853. OLE color: 3412853.
HSL color Cylindrical-coordinate representation of color #751334: hue angle of 339.8º 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 #751334 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 19 | 52 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.54 |
| HSL | 339.8º | 0.72% | 0.27% | - |
| HSV(B) | 339.8º | 0.84% | 0.46% | - |
| XYZ | 8.19 | 4.5 | 3.68 | - |
| YUV | 52.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 52 | 0 | 0.84 | 0.56 | 0.54 | 339.8 | 0.72 | 0.27 |
| Hex | 75 | 13 | 34 | 0 | 54 | 38 | 36 | 154 | 48 | 1B |
| Octal | 165 | 23 | 64 | 0 | 124 | 70 | 66 | 524 | 110 | 33 |
| Binary | 1110101 | 10011 | 110100 | 0 | 1010100 | 111000 | 110110 | 101010100 | 1001000 | 11011 |
Color Harmonies of #751334
Complementary color
Monochromatic Colors of #751334
Black with #751334
Text Example
Text Example
White with #751334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751334; }
p { color: rgb(117,19,52); }
H1.HeaderClassName
{
color: #751334;
}
.AnyTagClassName
{
color: #751334;
}
</style>
background-color css
<style>
a { background-color: #751334; }
a { background-color: rgb(117,19,52); }
div.DivClassName
{
background-color: #751334;
}
.BgClassName
{
background-color: #751334;
}
</style>
border-color css
<style>
span { border-color: #751334; }
span { border-color: rgb(117,19,52); }
td.TdClassName
{
border-color: #751334;
}
.TagClassName
{
border-color: #751334;
}
</style>