Shades of Claret #811A3E
Tints of Claret #811A3E
RGB
CMYK
RGB Variations
Color information
#811A3E (or 0x811A3E) is known color: Claret. HEX triplet: 81, 1A and 3E. RGB value is (129,26,62). Sum of RGB (Red+Green+Blue) = 129+26+62=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #811A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811A3E is #7EE5C1. Grayscale: #3C3C3C. Windows color (decimal): -8316354 or 4070017. OLE color: 4070017.
HSL color Cylindrical-coordinate representation of color #811A3E: hue angle of 339.03º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A3E is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 62 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.49 |
| HSL | 339.03º | 0.66% | 0.3% | - |
| HSV(B) | 339.03º | 0.8% | 0.51% | - |
| XYZ | 10.29 | 5.75 | 5.13 | - |
| YUV | 60.9 | 128.62 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 62 | 0 | 0.80 | 0.52 | 0.49 | 339.03 | 0.66 | 0.3 |
| Hex | 81 | 1A | 3E | 0 | 50 | 34 | 31 | 153 | 42 | 1E |
| Octal | 201 | 32 | 76 | 0 | 120 | 64 | 61 | 523 | 102 | 36 |
| Binary | 10000001 | 11010 | 111110 | 0 | 1010000 | 110100 | 110001 | 101010011 | 1000010 | 11110 |
Color Harmonies of #811A3E
Complementary color
Monochromatic Colors of #811A3E
Black with #811A3E
Text Example
Text Example
White with #811A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A3E; }
p { color: rgb(129,26,62); }
H1.HeaderClassName
{
color: #811A3E;
}
.AnyTagClassName
{
color: #811A3E;
}
</style>
background-color css
<style>
a { background-color: #811A3E; }
a { background-color: rgb(129,26,62); }
div.DivClassName
{
background-color: #811A3E;
}
.BgClassName
{
background-color: #811A3E;
}
</style>
border-color css
<style>
span { border-color: #811A3E; }
span { border-color: rgb(129,26,62); }
td.TdClassName
{
border-color: #811A3E;
}
.TagClassName
{
border-color: #811A3E;
}
</style>