Shades of Scarlett #81222F
Tints of Scarlett #81222F
RGB
CMYK
RGB Variations
Color information
#81222F (or 0x81222F) is known color: Scarlett. HEX triplet: 81, 22 and 2F. RGB value is (129,34,47). Sum of RGB (Red+Green+Blue) = 129+34+47=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #81222F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81222F is #7EDDD0. Grayscale: #3F3F3F. Windows color (decimal): -8314321 or 3089025. OLE color: 3089025.
HSL color Cylindrical-coordinate representation of color #81222F: hue angle of 351.79º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81222F is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 34 | 47 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.49 |
| HSL | 351.79º | 0.58% | 0.32% | - |
| HSV(B) | 351.79º | 0.74% | 0.51% | - |
| XYZ | 10.14 | 6.02 | 3.32 | - |
| YUV | 63.89 | 118.47 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 34 | 47 | 0 | 0.74 | 0.64 | 0.49 | 351.79 | 0.58 | 0.32 |
| Hex | 81 | 22 | 2F | 0 | 4A | 40 | 31 | 160 | 3A | 20 |
| Octal | 201 | 42 | 57 | 0 | 112 | 100 | 61 | 540 | 72 | 40 |
| Binary | 10000001 | 100010 | 101111 | 0 | 1001010 | 1000000 | 110001 | 101100000 | 111010 | 100000 |
Color Harmonies of #81222F
Complementary color
Monochromatic Colors of #81222F
Black with #81222F
Text Example
Text Example
White with #81222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81222F; }
p { color: rgb(129,34,47); }
H1.HeaderClassName
{
color: #81222F;
}
.AnyTagClassName
{
color: #81222F;
}
</style>
background-color css
<style>
a { background-color: #81222F; }
a { background-color: rgb(129,34,47); }
div.DivClassName
{
background-color: #81222F;
}
.BgClassName
{
background-color: #81222F;
}
</style>
border-color css
<style>
span { border-color: #81222F; }
span { border-color: rgb(129,34,47); }
td.TdClassName
{
border-color: #81222F;
}
.TagClassName
{
border-color: #81222F;
}
</style>