Shades of Claret #721F32
Tints of Claret #721F32
RGB
CMYK
RGB Variations
Color information
#721F32 (or 0x721F32) is known color: Claret. HEX triplet: 72, 1F and 32. RGB value is (114,31,50). Sum of RGB (Red+Green+Blue) = 114+31+50=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #721F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F32 is #8DE0CD. Grayscale: #393939. Windows color (decimal): -9298126 or 3284850. OLE color: 3284850.
HSL color Cylindrical-coordinate representation of color #721F32: hue angle of 346.27º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #721F32 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 31 | 50 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.55 |
| HSL | 346.27º | 0.57% | 0.28% | - |
| HSV(B) | 346.27º | 0.73% | 0.45% | - |
| XYZ | 8.01 | 4.79 | 3.52 | - |
| YUV | 57.98 | 123.5 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 31 | 50 | 0 | 0.73 | 0.56 | 0.55 | 346.27 | 0.57 | 0.28 |
| Hex | 72 | 1F | 32 | 0 | 49 | 38 | 37 | 15A | 39 | 1C |
| Octal | 162 | 37 | 62 | 0 | 111 | 70 | 67 | 532 | 71 | 34 |
| Binary | 1110010 | 11111 | 110010 | 0 | 1001001 | 111000 | 110111 | 101011010 | 111001 | 11100 |
Color Harmonies of #721F32
Complementary color
Monochromatic Colors of #721F32
Black with #721F32
Text Example
Text Example
White with #721F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721F32; }
p { color: rgb(114,31,50); }
H1.HeaderClassName
{
color: #721F32;
}
.AnyTagClassName
{
color: #721F32;
}
</style>
background-color css
<style>
a { background-color: #721F32; }
a { background-color: rgb(114,31,50); }
div.DivClassName
{
background-color: #721F32;
}
.BgClassName
{
background-color: #721F32;
}
</style>
border-color css
<style>
span { border-color: #721F32; }
span { border-color: rgb(114,31,50); }
td.TdClassName
{
border-color: #721F32;
}
.TagClassName
{
border-color: #721F32;
}
</style>