Shades of Claret #81173B
Tints of Claret #81173B
RGB
CMYK
RGB Variations
Color information
#81173B (or 0x81173B) is known color: Claret. HEX triplet: 81, 17 and 3B. RGB value is (129,23,59). Sum of RGB (Red+Green+Blue) = 129+23+59=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #81173B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81173B is #7EE8C4. Grayscale: #3A3A3A. Windows color (decimal): -8317125 or 3872641. OLE color: 3872641.
HSL color Cylindrical-coordinate representation of color #81173B: hue angle of 339.62º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81173B is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 23 | 59 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.49 |
| HSL | 339.62º | 0.7% | 0.3% | - |
| HSV(B) | 339.62º | 0.82% | 0.51% | - |
| XYZ | 10.15 | 5.6 | 4.68 | - |
| YUV | 58.8 | 128.12 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 59 | 0 | 0.82 | 0.54 | 0.49 | 339.62 | 0.7 | 0.3 |
| Hex | 81 | 17 | 3B | 0 | 52 | 36 | 31 | 154 | 46 | 1E |
| Octal | 201 | 27 | 73 | 0 | 122 | 66 | 61 | 524 | 106 | 36 |
| Binary | 10000001 | 10111 | 111011 | 0 | 1010010 | 110110 | 110001 | 101010100 | 1000110 | 11110 |
Color Harmonies of #81173B
Complementary color
Monochromatic Colors of #81173B
Black with #81173B
Text Example
Text Example
White with #81173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81173B; }
p { color: rgb(129,23,59); }
H1.HeaderClassName
{
color: #81173B;
}
.AnyTagClassName
{
color: #81173B;
}
</style>
background-color css
<style>
a { background-color: #81173B; }
a { background-color: rgb(129,23,59); }
div.DivClassName
{
background-color: #81173B;
}
.BgClassName
{
background-color: #81173B;
}
</style>
border-color css
<style>
span { border-color: #81173B; }
span { border-color: rgb(129,23,59); }
td.TdClassName
{
border-color: #81173B;
}
.TagClassName
{
border-color: #81173B;
}
</style>