Shades of Claret #81123B
Tints of Claret #81123B
RGB
CMYK
RGB Variations
Color information
#81123B (or 0x81123B) is known color: Claret. HEX triplet: 81, 12 and 3B. RGB value is (129,18,59). Sum of RGB (Red+Green+Blue) = 129+18+59=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #81123B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81123B is #7EEDC4. Grayscale: #373737. Windows color (decimal): -8318405 or 3871361. OLE color: 3871361.
HSL color Cylindrical-coordinate representation of color #81123B: hue angle of 337.84º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81123B is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 18 | 59 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.49 |
| HSL | 337.84º | 0.76% | 0.29% | - |
| HSV(B) | 337.84º | 0.86% | 0.51% | - |
| XYZ | 10.06 | 5.42 | 4.65 | - |
| YUV | 55.86 | 129.77 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 59 | 0 | 0.86 | 0.54 | 0.49 | 337.84 | 0.76 | 0.29 |
| Hex | 81 | 12 | 3B | 0 | 56 | 36 | 31 | 152 | 4C | 1D |
| Octal | 201 | 22 | 73 | 0 | 126 | 66 | 61 | 522 | 114 | 35 |
| Binary | 10000001 | 10010 | 111011 | 0 | 1010110 | 110110 | 110001 | 101010010 | 1001100 | 11101 |
Color Harmonies of #81123B
Complementary color
Monochromatic Colors of #81123B
Black with #81123B
Text Example
Text Example
White with #81123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81123B; }
p { color: rgb(129,18,59); }
H1.HeaderClassName
{
color: #81123B;
}
.AnyTagClassName
{
color: #81123B;
}
</style>
background-color css
<style>
a { background-color: #81123B; }
a { background-color: rgb(129,18,59); }
div.DivClassName
{
background-color: #81123B;
}
.BgClassName
{
background-color: #81123B;
}
</style>
border-color css
<style>
span { border-color: #81123B; }
span { border-color: rgb(129,18,59); }
td.TdClassName
{
border-color: #81123B;
}
.TagClassName
{
border-color: #81123B;
}
</style>