Shades of Scarlett #81212F
Tints of Scarlett #81212F
RGB
CMYK
RGB Variations
Color information
#81212F (or 0x81212F) is known color: Scarlett. HEX triplet: 81, 21 and 2F. RGB value is (129,33,47). Sum of RGB (Red+Green+Blue) = 129+33+47=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #81212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81212F is #7EDED0. Grayscale: #3F3F3F. Windows color (decimal): -8314577 or 3088769. OLE color: 3088769.
HSL color Cylindrical-coordinate representation of color #81212F: hue angle of 351.25º degrees, saturation: 0.59, 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 #81212F is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 47 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.49 |
| HSL | 351.25º | 0.59% | 0.32% | - |
| HSV(B) | 351.25º | 0.74% | 0.51% | - |
| XYZ | 10.11 | 5.96 | 3.31 | - |
| YUV | 63.3 | 118.8 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 47 | 0 | 0.74 | 0.64 | 0.49 | 351.25 | 0.59 | 0.32 |
| Hex | 81 | 21 | 2F | 0 | 4A | 40 | 31 | 15F | 3B | 20 |
| Octal | 201 | 41 | 57 | 0 | 112 | 100 | 61 | 537 | 73 | 40 |
| Binary | 10000001 | 100001 | 101111 | 0 | 1001010 | 1000000 | 110001 | 101011111 | 111011 | 100000 |
Color Harmonies of #81212F
Complementary color
Monochromatic Colors of #81212F
Black with #81212F
Text Example
Text Example
White with #81212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81212F; }
p { color: rgb(129,33,47); }
H1.HeaderClassName
{
color: #81212F;
}
.AnyTagClassName
{
color: #81212F;
}
</style>
background-color css
<style>
a { background-color: #81212F; }
a { background-color: rgb(129,33,47); }
div.DivClassName
{
background-color: #81212F;
}
.BgClassName
{
background-color: #81212F;
}
</style>
border-color css
<style>
span { border-color: #81212F; }
span { border-color: rgb(129,33,47); }
td.TdClassName
{
border-color: #81212F;
}
.TagClassName
{
border-color: #81212F;
}
</style>