Shades of Claret #721330
Tints of Claret #721330
RGB
CMYK
RGB Variations
Color information
#721330 (or 0x721330) is known color: Claret. HEX triplet: 72, 13 and 30. RGB value is (114,19,48). Sum of RGB (Red+Green+Blue) = 114+19+48=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #721330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721330 is #8DECCF. Grayscale: #323232. Windows color (decimal): -9301200 or 3150706. OLE color: 3150706.
HSL color Cylindrical-coordinate representation of color #721330: hue angle of 341.68º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721330 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 19 | 48 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.55 |
| HSL | 341.68º | 0.71% | 0.26% | - |
| HSV(B) | 341.68º | 0.83% | 0.45% | - |
| XYZ | 7.71 | 4.26 | 3.21 | - |
| YUV | 50.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 48 | 0 | 0.83 | 0.58 | 0.55 | 341.68 | 0.71 | 0.26 |
| Hex | 72 | 13 | 30 | 0 | 53 | 3A | 37 | 156 | 47 | 1A |
| Octal | 162 | 23 | 60 | 0 | 123 | 72 | 67 | 526 | 107 | 32 |
| Binary | 1110010 | 10011 | 110000 | 0 | 1010011 | 111010 | 110111 | 101010110 | 1000111 | 11010 |
Color Harmonies of #721330
Complementary color
Monochromatic Colors of #721330
Black with #721330
Text Example
Text Example
White with #721330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721330; }
p { color: rgb(114,19,48); }
H1.HeaderClassName
{
color: #721330;
}
.AnyTagClassName
{
color: #721330;
}
</style>
background-color css
<style>
a { background-color: #721330; }
a { background-color: rgb(114,19,48); }
div.DivClassName
{
background-color: #721330;
}
.BgClassName
{
background-color: #721330;
}
</style>
border-color css
<style>
span { border-color: #721330; }
span { border-color: rgb(114,19,48); }
td.TdClassName
{
border-color: #721330;
}
.TagClassName
{
border-color: #721330;
}
</style>