Shades of Claret #722030
Tints of Claret #722030
RGB
CMYK
RGB Variations
Color information
#722030 (or 0x722030) is known color: Claret. HEX triplet: 72, 20 and 30. RGB value is (114,32,48). Sum of RGB (Red+Green+Blue) = 114+32+48=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #722030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722030 is #8DDFCF. Grayscale: #3A3A3A. Windows color (decimal): -9297872 or 3154034. OLE color: 3154034.
HSL color Cylindrical-coordinate representation of color #722030: hue angle of 348.29º 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 #722030 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 32 | 48 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.55 |
| HSL | 348.29º | 0.56% | 0.29% | - |
| HSV(B) | 348.29º | 0.72% | 0.45% | - |
| XYZ | 7.99 | 4.82 | 3.31 | - |
| YUV | 58.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 48 | 0 | 0.72 | 0.58 | 0.55 | 348.29 | 0.56 | 0.29 |
| Hex | 72 | 20 | 30 | 0 | 48 | 3A | 37 | 15C | 38 | 1D |
| Octal | 162 | 40 | 60 | 0 | 110 | 72 | 67 | 534 | 70 | 35 |
| Binary | 1110010 | 100000 | 110000 | 0 | 1001000 | 111010 | 110111 | 101011100 | 111000 | 11101 |
Color Harmonies of #722030
Complementary color
Monochromatic Colors of #722030
Black with #722030
Text Example
Text Example
White with #722030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722030; }
p { color: rgb(114,32,48); }
H1.HeaderClassName
{
color: #722030;
}
.AnyTagClassName
{
color: #722030;
}
</style>
background-color css
<style>
a { background-color: #722030; }
a { background-color: rgb(114,32,48); }
div.DivClassName
{
background-color: #722030;
}
.BgClassName
{
background-color: #722030;
}
</style>
border-color css
<style>
span { border-color: #722030; }
span { border-color: rgb(114,32,48); }
td.TdClassName
{
border-color: #722030;
}
.TagClassName
{
border-color: #722030;
}
</style>