Shades of Claret #721934
Tints of Claret #721934
RGB
CMYK
RGB Variations
Color information
#721934 (or 0x721934) is known color: Claret. HEX triplet: 72, 19 and 34. RGB value is (114,25,52). Sum of RGB (Red+Green+Blue) = 114+25+52=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #721934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721934 is #8DE6CB. Grayscale: #363636. Windows color (decimal): -9299660 or 3414386. OLE color: 3414386.
HSL color Cylindrical-coordinate representation of color #721934: hue angle of 341.8º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721934 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 25 | 52 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.55 |
| HSL | 341.8º | 0.64% | 0.27% | - |
| HSV(B) | 341.8º | 0.78% | 0.45% | - |
| XYZ | 7.91 | 4.52 | 3.7 | - |
| YUV | 54.69 | 126.49 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 52 | 0 | 0.78 | 0.54 | 0.55 | 341.8 | 0.64 | 0.27 |
| Hex | 72 | 19 | 34 | 0 | 4E | 36 | 37 | 156 | 40 | 1B |
| Octal | 162 | 31 | 64 | 0 | 116 | 66 | 67 | 526 | 100 | 33 |
| Binary | 1110010 | 11001 | 110100 | 0 | 1001110 | 110110 | 110111 | 101010110 | 1000000 | 11011 |
Color Harmonies of #721934
Complementary color
Monochromatic Colors of #721934
Black with #721934
Text Example
Text Example
White with #721934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721934; }
p { color: rgb(114,25,52); }
H1.HeaderClassName
{
color: #721934;
}
.AnyTagClassName
{
color: #721934;
}
</style>
background-color css
<style>
a { background-color: #721934; }
a { background-color: rgb(114,25,52); }
div.DivClassName
{
background-color: #721934;
}
.BgClassName
{
background-color: #721934;
}
</style>
border-color css
<style>
span { border-color: #721934; }
span { border-color: rgb(114,25,52); }
td.TdClassName
{
border-color: #721934;
}
.TagClassName
{
border-color: #721934;
}
</style>