Shades of Scarlett #81212A
Tints of Scarlett #81212A
RGB
CMYK
RGB Variations
Color information
#81212A (or 0x81212A) is known color: Scarlett. HEX triplet: 81, 21 and 2A. RGB value is (129,33,42). Sum of RGB (Red+Green+Blue) = 129+33+42=204 (27% of max value = 765). Red value is 129 (50.78% from 255 or 63.24% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 129 - color contains mainly: red. Hex color #81212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81212A is #7EDED5. Grayscale: #3E3E3E. Windows color (decimal): -8314582 or 2761089. OLE color: 2761089.
HSL color Cylindrical-coordinate representation of color #81212A: hue angle of 354.38º 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 #81212A is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 42 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.49 |
| HSL | 354.38º | 0.59% | 0.32% | - |
| HSV(B) | 354.38º | 0.74% | 0.51% | - |
| XYZ | 10.02 | 5.92 | 2.81 | - |
| YUV | 62.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 42 | 0 | 0.74 | 0.67 | 0.49 | 354.38 | 0.59 | 0.32 |
| Hex | 81 | 21 | 2A | 0 | 4A | 43 | 31 | 162 | 3B | 20 |
| Octal | 201 | 41 | 52 | 0 | 112 | 103 | 61 | 542 | 73 | 40 |
| Binary | 10000001 | 100001 | 101010 | 0 | 1001010 | 1000011 | 110001 | 101100010 | 111011 | 100000 |
Color Harmonies of #81212A
Complementary color
Monochromatic Colors of #81212A
Black with #81212A
Text Example
Text Example
White with #81212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81212A; }
p { color: rgb(129,33,42); }
H1.HeaderClassName
{
color: #81212A;
}
.AnyTagClassName
{
color: #81212A;
}
</style>
background-color css
<style>
a { background-color: #81212A; }
a { background-color: rgb(129,33,42); }
div.DivClassName
{
background-color: #81212A;
}
.BgClassName
{
background-color: #81212A;
}
</style>
border-color css
<style>
span { border-color: #81212A; }
span { border-color: rgb(129,33,42); }
td.TdClassName
{
border-color: #81212A;
}
.TagClassName
{
border-color: #81212A;
}
</style>