Shades of Scarlett #81242E
Tints of Scarlett #81242E
RGB
CMYK
RGB Variations
Color information
#81242E (or 0x81242E) is known color: Scarlett. HEX triplet: 81, 24 and 2E. RGB value is (129,36,46). Sum of RGB (Red+Green+Blue) = 129+36+46=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #81242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81242E is #7EDBD1. Grayscale: #414141. Windows color (decimal): -8313810 or 3024001. OLE color: 3024001.
HSL color Cylindrical-coordinate representation of color #81242E: hue angle of 353.55º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #81242E is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 36 | 46 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.49 |
| HSL | 353.55º | 0.56% | 0.32% | - |
| HSV(B) | 353.55º | 0.72% | 0.51% | - |
| XYZ | 10.18 | 6.13 | 3.23 | - |
| YUV | 64.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 46 | 0 | 0.72 | 0.64 | 0.49 | 353.55 | 0.56 | 0.32 |
| Hex | 81 | 24 | 2E | 0 | 48 | 40 | 31 | 162 | 38 | 20 |
| Octal | 201 | 44 | 56 | 0 | 110 | 100 | 61 | 542 | 70 | 40 |
| Binary | 10000001 | 100100 | 101110 | 0 | 1001000 | 1000000 | 110001 | 101100010 | 111000 | 100000 |
Color Harmonies of #81242E
Complementary color
Monochromatic Colors of #81242E
Black with #81242E
Text Example
Text Example
White with #81242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81242E; }
p { color: rgb(129,36,46); }
H1.HeaderClassName
{
color: #81242E;
}
.AnyTagClassName
{
color: #81242E;
}
</style>
background-color css
<style>
a { background-color: #81242E; }
a { background-color: rgb(129,36,46); }
div.DivClassName
{
background-color: #81242E;
}
.BgClassName
{
background-color: #81242E;
}
</style>
border-color css
<style>
span { border-color: #81242E; }
span { border-color: rgb(129,36,46); }
td.TdClassName
{
border-color: #81242E;
}
.TagClassName
{
border-color: #81242E;
}
</style>