Shades of Claret #722B39
Tints of Claret #722B39
RGB
CMYK
RGB Variations
Color information
#722B39 (or 0x722B39) is known color: Claret. HEX triplet: 72, 2B and 39. RGB value is (114,43,57). Sum of RGB (Red+Green+Blue) = 114+43+57=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #722B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B39 is #8DD4C6. Grayscale: #414141. Windows color (decimal): -9295047 or 3746674. OLE color: 3746674.
HSL color Cylindrical-coordinate representation of color #722B39: hue angle of 348.17º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #722B39 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 43 | 57 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.55 |
| HSL | 348.17º | 0.45% | 0.31% | - |
| HSV(B) | 348.17º | 0.62% | 0.45% | - |
| XYZ | 8.54 | 5.6 | 4.5 | - |
| YUV | 65.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 57 | 0 | 0.62 | 0.50 | 0.55 | 348.17 | 0.45 | 0.31 |
| Hex | 72 | 2B | 39 | 0 | 3E | 32 | 37 | 15C | 2D | 1F |
| Octal | 162 | 53 | 71 | 0 | 76 | 62 | 67 | 534 | 55 | 37 |
| Binary | 1110010 | 101011 | 111001 | 0 | 111110 | 110010 | 110111 | 101011100 | 101101 | 11111 |
Color Harmonies of #722B39
Complementary color
Monochromatic Colors of #722B39
Black with #722B39
Text Example
Text Example
White with #722B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722B39; }
p { color: rgb(114,43,57); }
H1.HeaderClassName
{
color: #722B39;
}
.AnyTagClassName
{
color: #722B39;
}
</style>
background-color css
<style>
a { background-color: #722B39; }
a { background-color: rgb(114,43,57); }
div.DivClassName
{
background-color: #722B39;
}
.BgClassName
{
background-color: #722B39;
}
</style>
border-color css
<style>
span { border-color: #722B39; }
span { border-color: rgb(114,43,57); }
td.TdClassName
{
border-color: #722B39;
}
.TagClassName
{
border-color: #722B39;
}
</style>