Shades of Claret #71223A
Tints of Claret #71223A
RGB
CMYK
RGB Variations
Color information
#71223A (or 0x71223A) is known color: Claret. HEX triplet: 71, 22 and 3A. RGB value is (113,34,58). Sum of RGB (Red+Green+Blue) = 113+34+58=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #71223A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71223A is #8EDDC5. Grayscale: #3C3C3C. Windows color (decimal): -9362886 or 3809905. OLE color: 3809905.
HSL color Cylindrical-coordinate representation of color #71223A: hue angle of 341.77º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71223A is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 34 | 58 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.56 |
| HSL | 341.77º | 0.54% | 0.29% | - |
| HSV(B) | 341.77º | 0.7% | 0.44% | - |
| XYZ | 8.15 | 4.96 | 4.53 | - |
| YUV | 60.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 58 | 0 | 0.70 | 0.49 | 0.56 | 341.77 | 0.54 | 0.29 |
| Hex | 71 | 22 | 3A | 0 | 46 | 31 | 38 | 156 | 36 | 1D |
| Octal | 161 | 42 | 72 | 0 | 106 | 61 | 70 | 526 | 66 | 35 |
| Binary | 1110001 | 100010 | 111010 | 0 | 1000110 | 110001 | 111000 | 101010110 | 110110 | 11101 |
Color Harmonies of #71223A
Complementary color
Monochromatic Colors of #71223A
Black with #71223A
Text Example
Text Example
White with #71223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71223A; }
p { color: rgb(113,34,58); }
H1.HeaderClassName
{
color: #71223A;
}
.AnyTagClassName
{
color: #71223A;
}
</style>
background-color css
<style>
a { background-color: #71223A; }
a { background-color: rgb(113,34,58); }
div.DivClassName
{
background-color: #71223A;
}
.BgClassName
{
background-color: #71223A;
}
</style>
border-color css
<style>
span { border-color: #71223A; }
span { border-color: rgb(113,34,58); }
td.TdClassName
{
border-color: #71223A;
}
.TagClassName
{
border-color: #71223A;
}
</style>