Shades of Claret #71233A
Tints of Claret #71233A
RGB
CMYK
RGB Variations
Color information
#71233A (or 0x71233A) is known color: Claret. HEX triplet: 71, 23 and 3A. RGB value is (113,35,58). Sum of RGB (Red+Green+Blue) = 113+35+58=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #71233A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71233A is #8EDCC5. Grayscale: #3C3C3C. Windows color (decimal): -9362630 or 3810161. OLE color: 3810161.
HSL color Cylindrical-coordinate representation of color #71233A: hue angle of 342.31º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71233A is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 35 | 58 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.56 |
| HSL | 342.31º | 0.53% | 0.29% | - |
| HSV(B) | 342.31º | 0.69% | 0.44% | - |
| XYZ | 8.17 | 5.02 | 4.54 | - |
| YUV | 60.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 58 | 0 | 0.69 | 0.49 | 0.56 | 342.31 | 0.53 | 0.29 |
| Hex | 71 | 23 | 3A | 0 | 45 | 31 | 38 | 156 | 35 | 1D |
| Octal | 161 | 43 | 72 | 0 | 105 | 61 | 70 | 526 | 65 | 35 |
| Binary | 1110001 | 100011 | 111010 | 0 | 1000101 | 110001 | 111000 | 101010110 | 110101 | 11101 |
Color Harmonies of #71233A
Complementary color
Monochromatic Colors of #71233A
Black with #71233A
Text Example
Text Example
White with #71233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71233A; }
p { color: rgb(113,35,58); }
H1.HeaderClassName
{
color: #71233A;
}
.AnyTagClassName
{
color: #71233A;
}
</style>
background-color css
<style>
a { background-color: #71233A; }
a { background-color: rgb(113,35,58); }
div.DivClassName
{
background-color: #71233A;
}
.BgClassName
{
background-color: #71233A;
}
</style>
border-color css
<style>
span { border-color: #71233A; }
span { border-color: rgb(113,35,58); }
td.TdClassName
{
border-color: #71233A;
}
.TagClassName
{
border-color: #71233A;
}
</style>