Shades of Scarlett #81242C
Tints of Scarlett #81242C
RGB
CMYK
RGB Variations
Color information
#81242C (or 0x81242C) is known color: Scarlett. HEX triplet: 81, 24 and 2C. RGB value is (129,36,44). Sum of RGB (Red+Green+Blue) = 129+36+44=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #81242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81242C is #7EDBD3. Grayscale: #404040. Windows color (decimal): -8313812 or 2892929. OLE color: 2892929.
HSL color Cylindrical-coordinate representation of color #81242C: hue angle of 354.84º 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 #81242C is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 36 | 44 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.49 |
| HSL | 354.84º | 0.56% | 0.32% | - |
| HSV(B) | 354.84º | 0.72% | 0.51% | - |
| XYZ | 10.14 | 6.11 | 3.03 | - |
| YUV | 64.72 | 116.31 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 44 | 0 | 0.72 | 0.66 | 0.49 | 354.84 | 0.56 | 0.32 |
| Hex | 81 | 24 | 2C | 0 | 48 | 42 | 31 | 163 | 38 | 20 |
| Octal | 201 | 44 | 54 | 0 | 110 | 102 | 61 | 543 | 70 | 40 |
| Binary | 10000001 | 100100 | 101100 | 0 | 1001000 | 1000010 | 110001 | 101100011 | 111000 | 100000 |
Color Harmonies of #81242C
Complementary color
Monochromatic Colors of #81242C
Black with #81242C
Text Example
Text Example
White with #81242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81242C; }
p { color: rgb(129,36,44); }
H1.HeaderClassName
{
color: #81242C;
}
.AnyTagClassName
{
color: #81242C;
}
</style>
background-color css
<style>
a { background-color: #81242C; }
a { background-color: rgb(129,36,44); }
div.DivClassName
{
background-color: #81242C;
}
.BgClassName
{
background-color: #81242C;
}
</style>
border-color css
<style>
span { border-color: #81242C; }
span { border-color: rgb(129,36,44); }
td.TdClassName
{
border-color: #81242C;
}
.TagClassName
{
border-color: #81242C;
}
</style>