Shades of Claret #721E33
Tints of Claret #721E33
RGB
CMYK
RGB Variations
Color information
#721E33 (or 0x721E33) is known color: Claret. HEX triplet: 72, 1E and 33. RGB value is (114,30,51). Sum of RGB (Red+Green+Blue) = 114+30+51=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #721E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E33 is #8DE1CC. Grayscale: #393939. Windows color (decimal): -9298381 or 3350130. OLE color: 3350130.
HSL color Cylindrical-coordinate representation of color #721E33: hue angle of 345º 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 #721E33 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 30 | 51 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.55 |
| HSL | 345º | 0.58% | 0.28% | - |
| HSV(B) | 345º | 0.74% | 0.45% | - |
| XYZ | 8 | 4.74 | 3.63 | - |
| YUV | 57.51 | 124.33 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 51 | 0 | 0.74 | 0.55 | 0.55 | 345 | 0.58 | 0.28 |
| Hex | 72 | 1E | 33 | 0 | 4A | 37 | 37 | 159 | 3A | 1C |
| Octal | 162 | 36 | 63 | 0 | 112 | 67 | 67 | 531 | 72 | 34 |
| Binary | 1110010 | 11110 | 110011 | 0 | 1001010 | 110111 | 110111 | 101011001 | 111010 | 11100 |
Color Harmonies of #721E33
Complementary color
Monochromatic Colors of #721E33
Black with #721E33
Text Example
Text Example
White with #721E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721E33; }
p { color: rgb(114,30,51); }
H1.HeaderClassName
{
color: #721E33;
}
.AnyTagClassName
{
color: #721E33;
}
</style>
background-color css
<style>
a { background-color: #721E33; }
a { background-color: rgb(114,30,51); }
div.DivClassName
{
background-color: #721E33;
}
.BgClassName
{
background-color: #721E33;
}
</style>
border-color css
<style>
span { border-color: #721E33; }
span { border-color: rgb(114,30,51); }
td.TdClassName
{
border-color: #721E33;
}
.TagClassName
{
border-color: #721E33;
}
</style>