Shades of Scarlett #811A24
Tints of Scarlett #811A24
RGB
CMYK
RGB Variations
Color information
#811A24 (or 0x811A24) is known color: Scarlett. HEX triplet: 81, 1A and 24. RGB value is (129,26,36). Sum of RGB (Red+Green+Blue) = 129+26+36=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #811A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811A24 is #7EE5DB. Grayscale: #393939. Windows color (decimal): -8316380 or 2366081. OLE color: 2366081.
HSL color Cylindrical-coordinate representation of color #811A24: hue angle of 354.17º 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 #811A24 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 36 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.49 |
| HSL | 354.17º | 0.66% | 0.3% | - |
| HSV(B) | 354.17º | 0.8% | 0.51% | - |
| XYZ | 9.74 | 5.53 | 2.22 | - |
| YUV | 57.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 36 | 0 | 0.80 | 0.72 | 0.49 | 354.17 | 0.66 | 0.3 |
| Hex | 81 | 1A | 24 | 0 | 50 | 48 | 31 | 162 | 42 | 1E |
| Octal | 201 | 32 | 44 | 0 | 120 | 110 | 61 | 542 | 102 | 36 |
| Binary | 10000001 | 11010 | 100100 | 0 | 1010000 | 1001000 | 110001 | 101100010 | 1000010 | 11110 |
Color Harmonies of #811A24
Complementary color
Monochromatic Colors of #811A24
Black with #811A24
Text Example
Text Example
White with #811A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A24; }
p { color: rgb(129,26,36); }
H1.HeaderClassName
{
color: #811A24;
}
.AnyTagClassName
{
color: #811A24;
}
</style>
background-color css
<style>
a { background-color: #811A24; }
a { background-color: rgb(129,26,36); }
div.DivClassName
{
background-color: #811A24;
}
.BgClassName
{
background-color: #811A24;
}
</style>
border-color css
<style>
span { border-color: #811A24; }
span { border-color: rgb(129,26,36); }
td.TdClassName
{
border-color: #811A24;
}
.TagClassName
{
border-color: #811A24;
}
</style>