Shades of Claret #81143B
Tints of Claret #81143B
RGB
CMYK
RGB Variations
Color information
#81143B (or 0x81143B) is known color: Claret. HEX triplet: 81, 14 and 3B. RGB value is (129,20,59). Sum of RGB (Red+Green+Blue) = 129+20+59=208 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.02% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 129 - color contains mainly: red. Hex color #81143B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81143B is #7EEBC4. Grayscale: #383838. Windows color (decimal): -8317893 or 3871873. OLE color: 3871873.
HSL color Cylindrical-coordinate representation of color #81143B: hue angle of 338.53º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81143B is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 20 | 59 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.49 |
| HSL | 338.53º | 0.73% | 0.29% | - |
| HSV(B) | 338.53º | 0.84% | 0.51% | - |
| XYZ | 10.09 | 5.48 | 4.66 | - |
| YUV | 57.04 | 129.11 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 59 | 0 | 0.84 | 0.54 | 0.49 | 338.53 | 0.73 | 0.29 |
| Hex | 81 | 14 | 3B | 0 | 54 | 36 | 31 | 153 | 49 | 1D |
| Octal | 201 | 24 | 73 | 0 | 124 | 66 | 61 | 523 | 111 | 35 |
| Binary | 10000001 | 10100 | 111011 | 0 | 1010100 | 110110 | 110001 | 101010011 | 1001001 | 11101 |
Color Harmonies of #81143B
Complementary color
Monochromatic Colors of #81143B
Black with #81143B
Text Example
Text Example
White with #81143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81143B; }
p { color: rgb(129,20,59); }
H1.HeaderClassName
{
color: #81143B;
}
.AnyTagClassName
{
color: #81143B;
}
</style>
background-color css
<style>
a { background-color: #81143B; }
a { background-color: rgb(129,20,59); }
div.DivClassName
{
background-color: #81143B;
}
.BgClassName
{
background-color: #81143B;
}
</style>
border-color css
<style>
span { border-color: #81143B; }
span { border-color: rgb(129,20,59); }
td.TdClassName
{
border-color: #81143B;
}
.TagClassName
{
border-color: #81143B;
}
</style>