Shades of Scarlett #81242D
Tints of Scarlett #81242D
RGB
CMYK
RGB Variations
Color information
#81242D (or 0x81242D) is known color: Scarlett. HEX triplet: 81, 24 and 2D. RGB value is (129,36,45). Sum of RGB (Red+Green+Blue) = 129+36+45=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #81242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81242D is #7EDBD2. Grayscale: #404040. Windows color (decimal): -8313811 or 2958465. OLE color: 2958465.
HSL color Cylindrical-coordinate representation of color #81242D: hue angle of 354.19º 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 #81242D is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 36 | 45 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.49 |
| HSL | 354.19º | 0.56% | 0.32% | - |
| HSV(B) | 354.19º | 0.72% | 0.51% | - |
| XYZ | 10.16 | 6.12 | 3.13 | - |
| YUV | 64.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 45 | 0 | 0.72 | 0.65 | 0.49 | 354.19 | 0.56 | 0.32 |
| Hex | 81 | 24 | 2D | 0 | 48 | 41 | 31 | 162 | 38 | 20 |
| Octal | 201 | 44 | 55 | 0 | 110 | 101 | 61 | 542 | 70 | 40 |
| Binary | 10000001 | 100100 | 101101 | 0 | 1001000 | 1000001 | 110001 | 101100010 | 111000 | 100000 |
Color Harmonies of #81242D
Complementary color
Monochromatic Colors of #81242D
Black with #81242D
Text Example
Text Example
White with #81242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81242D; }
p { color: rgb(129,36,45); }
H1.HeaderClassName
{
color: #81242D;
}
.AnyTagClassName
{
color: #81242D;
}
</style>
background-color css
<style>
a { background-color: #81242D; }
a { background-color: rgb(129,36,45); }
div.DivClassName
{
background-color: #81242D;
}
.BgClassName
{
background-color: #81242D;
}
</style>
border-color css
<style>
span { border-color: #81242D; }
span { border-color: rgb(129,36,45); }
td.TdClassName
{
border-color: #81242D;
}
.TagClassName
{
border-color: #81242D;
}
</style>