Shades of Claret #722134
Tints of Claret #722134
RGB
CMYK
RGB Variations
Color information
#722134 (or 0x722134) is known color: Claret. HEX triplet: 72, 21 and 34. RGB value is (114,33,52). Sum of RGB (Red+Green+Blue) = 114+33+52=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #722134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722134 is #8DDECB. Grayscale: #3B3B3B. Windows color (decimal): -9297612 or 3416434. OLE color: 3416434.
HSL color Cylindrical-coordinate representation of color #722134: hue angle of 345.93º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #722134 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 33 | 52 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.55 |
| HSL | 345.93º | 0.55% | 0.29% | - |
| HSV(B) | 345.93º | 0.71% | 0.45% | - |
| XYZ | 8.1 | 4.91 | 3.77 | - |
| YUV | 59.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 52 | 0 | 0.71 | 0.54 | 0.55 | 345.93 | 0.55 | 0.29 |
| Hex | 72 | 21 | 34 | 0 | 47 | 36 | 37 | 15A | 37 | 1D |
| Octal | 162 | 41 | 64 | 0 | 107 | 66 | 67 | 532 | 67 | 35 |
| Binary | 1110010 | 100001 | 110100 | 0 | 1000111 | 110110 | 110111 | 101011010 | 110111 | 11101 |
Color Harmonies of #722134
Complementary color
Monochromatic Colors of #722134
Black with #722134
Text Example
Text Example
White with #722134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722134; }
p { color: rgb(114,33,52); }
H1.HeaderClassName
{
color: #722134;
}
.AnyTagClassName
{
color: #722134;
}
</style>
background-color css
<style>
a { background-color: #722134; }
a { background-color: rgb(114,33,52); }
div.DivClassName
{
background-color: #722134;
}
.BgClassName
{
background-color: #722134;
}
</style>
border-color css
<style>
span { border-color: #722134; }
span { border-color: rgb(114,33,52); }
td.TdClassName
{
border-color: #722134;
}
.TagClassName
{
border-color: #722134;
}
</style>