Shades of Scarlett #811A2A
Tints of Scarlett #811A2A
RGB
CMYK
RGB Variations
Color information
#811A2A (or 0x811A2A) is known color: Scarlett. HEX triplet: 81, 1A and 2A. RGB value is (129,26,42). Sum of RGB (Red+Green+Blue) = 129+26+42=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #811A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811A2A is #7EE5D5. Grayscale: #3A3A3A. Windows color (decimal): -8316374 or 2759297. OLE color: 2759297.
HSL color Cylindrical-coordinate representation of color #811A2A: hue angle of 350.68º 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 #811A2A is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 42 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.49 |
| HSL | 350.68º | 0.66% | 0.3% | - |
| HSV(B) | 350.68º | 0.8% | 0.51% | - |
| XYZ | 9.84 | 5.57 | 2.75 | - |
| YUV | 58.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 42 | 0 | 0.80 | 0.67 | 0.49 | 350.68 | 0.66 | 0.3 |
| Hex | 81 | 1A | 2A | 0 | 50 | 43 | 31 | 15F | 42 | 1E |
| Octal | 201 | 32 | 52 | 0 | 120 | 103 | 61 | 537 | 102 | 36 |
| Binary | 10000001 | 11010 | 101010 | 0 | 1010000 | 1000011 | 110001 | 101011111 | 1000010 | 11110 |
Color Harmonies of #811A2A
Complementary color
Monochromatic Colors of #811A2A
Black with #811A2A
Text Example
Text Example
White with #811A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A2A; }
p { color: rgb(129,26,42); }
H1.HeaderClassName
{
color: #811A2A;
}
.AnyTagClassName
{
color: #811A2A;
}
</style>
background-color css
<style>
a { background-color: #811A2A; }
a { background-color: rgb(129,26,42); }
div.DivClassName
{
background-color: #811A2A;
}
.BgClassName
{
background-color: #811A2A;
}
</style>
border-color css
<style>
span { border-color: #811A2A; }
span { border-color: rgb(129,26,42); }
td.TdClassName
{
border-color: #811A2A;
}
.TagClassName
{
border-color: #811A2A;
}
</style>