Shades of Claret #721E30
Tints of Claret #721E30
RGB
CMYK
RGB Variations
Color information
#721E30 (or 0x721E30) is known color: Claret. HEX triplet: 72, 1E and 30. RGB value is (114,30,48). Sum of RGB (Red+Green+Blue) = 114+30+48=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #721E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E30 is #8DE1CF. Grayscale: #393939. Windows color (decimal): -9298384 or 3153522. OLE color: 3153522.
HSL color Cylindrical-coordinate representation of color #721E30: hue angle of 347.14º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E30 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 30 | 48 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.55 |
| HSL | 347.14º | 0.58% | 0.28% | - |
| HSV(B) | 347.14º | 0.74% | 0.45% | - |
| XYZ | 7.94 | 4.72 | 3.29 | - |
| YUV | 57.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 48 | 0 | 0.74 | 0.58 | 0.55 | 347.14 | 0.58 | 0.28 |
| Hex | 72 | 1E | 30 | 0 | 4A | 3A | 37 | 15B | 3A | 1C |
| Octal | 162 | 36 | 60 | 0 | 112 | 72 | 67 | 533 | 72 | 34 |
| Binary | 1110010 | 11110 | 110000 | 0 | 1001010 | 111010 | 110111 | 101011011 | 111010 | 11100 |
Color Harmonies of #721E30
Complementary color
Monochromatic Colors of #721E30
Black with #721E30
Text Example
Text Example
White with #721E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721E30; }
p { color: rgb(114,30,48); }
H1.HeaderClassName
{
color: #721E30;
}
.AnyTagClassName
{
color: #721E30;
}
</style>
background-color css
<style>
a { background-color: #721E30; }
a { background-color: rgb(114,30,48); }
div.DivClassName
{
background-color: #721E30;
}
.BgClassName
{
background-color: #721E30;
}
</style>
border-color css
<style>
span { border-color: #721E30; }
span { border-color: rgb(114,30,48); }
td.TdClassName
{
border-color: #721E30;
}
.TagClassName
{
border-color: #721E30;
}
</style>