Shades of Claret #71102C
Tints of Claret #71102C
RGB
CMYK
RGB Variations
Color information
#71102C (or 0x71102C) is known color: Claret. HEX triplet: 71, 10 and 2C. RGB value is (113,16,44). Sum of RGB (Red+Green+Blue) = 113+16+44=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #71102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71102C is #8EEFD3. Grayscale: #303030. Windows color (decimal): -9367508 or 2887793. OLE color: 2887793.
HSL color Cylindrical-coordinate representation of color #71102C: hue angle of 342.68º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71102C is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 16 | 44 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.56 |
| HSL | 342.68º | 0.75% | 0.25% | - |
| HSV(B) | 342.68º | 0.86% | 0.44% | - |
| XYZ | 7.45 | 4.06 | 2.77 | - |
| YUV | 48.2 | 125.64 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 44 | 0 | 0.86 | 0.61 | 0.56 | 342.68 | 0.75 | 0.25 |
| Hex | 71 | 10 | 2C | 0 | 56 | 3D | 38 | 157 | 4B | 19 |
| Octal | 161 | 20 | 54 | 0 | 126 | 75 | 70 | 527 | 113 | 31 |
| Binary | 1110001 | 10000 | 101100 | 0 | 1010110 | 111101 | 111000 | 101010111 | 1001011 | 11001 |
Color Harmonies of #71102C
Complementary color
Monochromatic Colors of #71102C
Black with #71102C
Text Example
Text Example
White with #71102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71102C; }
p { color: rgb(113,16,44); }
H1.HeaderClassName
{
color: #71102C;
}
.AnyTagClassName
{
color: #71102C;
}
</style>
background-color css
<style>
a { background-color: #71102C; }
a { background-color: rgb(113,16,44); }
div.DivClassName
{
background-color: #71102C;
}
.BgClassName
{
background-color: #71102C;
}
</style>
border-color css
<style>
span { border-color: #71102C; }
span { border-color: rgb(113,16,44); }
td.TdClassName
{
border-color: #71102C;
}
.TagClassName
{
border-color: #71102C;
}
</style>