Shades of Scarlett #811B24
Tints of Scarlett #811B24
RGB
CMYK
RGB Variations
Color information
#811B24 (or 0x811B24) is known color: Scarlett. HEX triplet: 81, 1B and 24. RGB value is (129,27,36). Sum of RGB (Red+Green+Blue) = 129+27+36=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #811B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811B24 is #7EE4DB. Grayscale: #3A3A3A. Windows color (decimal): -8316124 or 2366337. OLE color: 2366337.
HSL color Cylindrical-coordinate representation of color #811B24: hue angle of 354.71º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #811B24 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 27 | 36 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.49 |
| HSL | 354.71º | 0.65% | 0.31% | - |
| HSV(B) | 354.71º | 0.79% | 0.51% | - |
| XYZ | 9.76 | 5.58 | 2.23 | - |
| YUV | 58.52 | 115.29 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 27 | 36 | 0 | 0.79 | 0.72 | 0.49 | 354.71 | 0.65 | 0.31 |
| Hex | 81 | 1B | 24 | 0 | 4F | 48 | 31 | 163 | 41 | 1F |
| Octal | 201 | 33 | 44 | 0 | 117 | 110 | 61 | 543 | 101 | 37 |
| Binary | 10000001 | 11011 | 100100 | 0 | 1001111 | 1001000 | 110001 | 101100011 | 1000001 | 11111 |
Color Harmonies of #811B24
Complementary color
Monochromatic Colors of #811B24
Black with #811B24
Text Example
Text Example
White with #811B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811B24; }
p { color: rgb(129,27,36); }
H1.HeaderClassName
{
color: #811B24;
}
.AnyTagClassName
{
color: #811B24;
}
</style>
background-color css
<style>
a { background-color: #811B24; }
a { background-color: rgb(129,27,36); }
div.DivClassName
{
background-color: #811B24;
}
.BgClassName
{
background-color: #811B24;
}
</style>
border-color css
<style>
span { border-color: #811B24; }
span { border-color: rgb(129,27,36); }
td.TdClassName
{
border-color: #811B24;
}
.TagClassName
{
border-color: #811B24;
}
</style>