Shades of Claret #751234
Tints of Claret #751234
RGB
CMYK
RGB Variations
Color information
#751234 (or 0x751234) is known color: Claret. HEX triplet: 75, 12 and 34. RGB value is (117,18,52). Sum of RGB (Red+Green+Blue) = 117+18+52=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #751234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751234 is #8AEDCB. Grayscale: #333333. Windows color (decimal): -9104844 or 3412597. OLE color: 3412597.
HSL color Cylindrical-coordinate representation of color #751234: hue angle of 339.39º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751234 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 18 | 52 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.54 |
| HSL | 339.39º | 0.73% | 0.26% | - |
| HSV(B) | 339.39º | 0.85% | 0.46% | - |
| XYZ | 8.17 | 4.46 | 3.68 | - |
| YUV | 51.48 | 128.3 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 52 | 0 | 0.85 | 0.56 | 0.54 | 339.39 | 0.73 | 0.26 |
| Hex | 75 | 12 | 34 | 0 | 55 | 38 | 36 | 153 | 49 | 1A |
| Octal | 165 | 22 | 64 | 0 | 125 | 70 | 66 | 523 | 111 | 32 |
| Binary | 1110101 | 10010 | 110100 | 0 | 1010101 | 111000 | 110110 | 101010011 | 1001001 | 11010 |
Color Harmonies of #751234
Complementary color
Monochromatic Colors of #751234
Black with #751234
Text Example
Text Example
White with #751234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751234; }
p { color: rgb(117,18,52); }
H1.HeaderClassName
{
color: #751234;
}
.AnyTagClassName
{
color: #751234;
}
</style>
background-color css
<style>
a { background-color: #751234; }
a { background-color: rgb(117,18,52); }
div.DivClassName
{
background-color: #751234;
}
.BgClassName
{
background-color: #751234;
}
</style>
border-color css
<style>
span { border-color: #751234; }
span { border-color: rgb(117,18,52); }
td.TdClassName
{
border-color: #751234;
}
.TagClassName
{
border-color: #751234;
}
</style>