Shades of Scarlett #81212D
Tints of Scarlett #81212D
RGB
CMYK
RGB Variations
Color information
#81212D (or 0x81212D) is known color: Scarlett. HEX triplet: 81, 21 and 2D. RGB value is (129,33,45). Sum of RGB (Red+Green+Blue) = 129+33+45=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #81212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81212D is #7EDED2. Grayscale: #3F3F3F. Windows color (decimal): -8314579 or 2957697. OLE color: 2957697.
HSL color Cylindrical-coordinate representation of color #81212D: hue angle of 352.5º 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 #81212D is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 45 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.49 |
| HSL | 352.5º | 0.59% | 0.32% | - |
| HSV(B) | 352.5º | 0.74% | 0.51% | - |
| XYZ | 10.07 | 5.94 | 3.1 | - |
| YUV | 63.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 45 | 0 | 0.74 | 0.65 | 0.49 | 352.5 | 0.59 | 0.32 |
| Hex | 81 | 21 | 2D | 0 | 4A | 41 | 31 | 160 | 3B | 20 |
| Octal | 201 | 41 | 55 | 0 | 112 | 101 | 61 | 540 | 73 | 40 |
| Binary | 10000001 | 100001 | 101101 | 0 | 1001010 | 1000001 | 110001 | 101100000 | 111011 | 100000 |
Color Harmonies of #81212D
Complementary color
Monochromatic Colors of #81212D
Black with #81212D
Text Example
Text Example
White with #81212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81212D; }
p { color: rgb(129,33,45); }
H1.HeaderClassName
{
color: #81212D;
}
.AnyTagClassName
{
color: #81212D;
}
</style>
background-color css
<style>
a { background-color: #81212D; }
a { background-color: rgb(129,33,45); }
div.DivClassName
{
background-color: #81212D;
}
.BgClassName
{
background-color: #81212D;
}
</style>
border-color css
<style>
span { border-color: #81212D; }
span { border-color: rgb(129,33,45); }
td.TdClassName
{
border-color: #81212D;
}
.TagClassName
{
border-color: #81212D;
}
</style>