Shades of Claret #722035
Tints of Claret #722035
RGB
CMYK
RGB Variations
Color information
#722035 (or 0x722035) is known color: Claret. HEX triplet: 72, 20 and 35. RGB value is (114,32,53). Sum of RGB (Red+Green+Blue) = 114+32+53=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #722035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722035 is #8DDFCA. Grayscale: #3A3A3A. Windows color (decimal): -9297867 or 3481714. OLE color: 3481714.
HSL color Cylindrical-coordinate representation of color #722035: hue angle of 344.63º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #722035 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 32 | 53 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.55 |
| HSL | 344.63º | 0.56% | 0.29% | - |
| HSV(B) | 344.63º | 0.72% | 0.45% | - |
| XYZ | 8.1 | 4.87 | 3.88 | - |
| YUV | 58.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 53 | 0 | 0.72 | 0.54 | 0.55 | 344.63 | 0.56 | 0.29 |
| Hex | 72 | 20 | 35 | 0 | 48 | 36 | 37 | 159 | 38 | 1D |
| Octal | 162 | 40 | 65 | 0 | 110 | 66 | 67 | 531 | 70 | 35 |
| Binary | 1110010 | 100000 | 110101 | 0 | 1001000 | 110110 | 110111 | 101011001 | 111000 | 11101 |
Color Harmonies of #722035
Complementary color
Monochromatic Colors of #722035
Black with #722035
Text Example
Text Example
White with #722035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722035; }
p { color: rgb(114,32,53); }
H1.HeaderClassName
{
color: #722035;
}
.AnyTagClassName
{
color: #722035;
}
</style>
background-color css
<style>
a { background-color: #722035; }
a { background-color: rgb(114,32,53); }
div.DivClassName
{
background-color: #722035;
}
.BgClassName
{
background-color: #722035;
}
</style>
border-color css
<style>
span { border-color: #722035; }
span { border-color: rgb(114,32,53); }
td.TdClassName
{
border-color: #722035;
}
.TagClassName
{
border-color: #722035;
}
</style>