Shades of Scarlett #812033
Tints of Scarlett #812033
RGB
CMYK
RGB Variations
Color information
#812033 (or 0x812033) is known color: Scarlett. HEX triplet: 81, 20 and 33. RGB value is (129,32,51). Sum of RGB (Red+Green+Blue) = 129+32+51=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #812033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812033 is #7EDFCC. Grayscale: #3F3F3F. Windows color (decimal): -8314829 or 3350657. OLE color: 3350657.
HSL color Cylindrical-coordinate representation of color #812033: hue angle of 348.25º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812033 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 32 | 51 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.49 |
| HSL | 348.25º | 0.6% | 0.32% | - |
| HSV(B) | 348.25º | 0.75% | 0.51% | - |
| XYZ | 10.17 | 5.94 | 3.74 | - |
| YUV | 63.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 51 | 0 | 0.75 | 0.60 | 0.49 | 348.25 | 0.6 | 0.32 |
| Hex | 81 | 20 | 33 | 0 | 4B | 3C | 31 | 15C | 3C | 20 |
| Octal | 201 | 40 | 63 | 0 | 113 | 74 | 61 | 534 | 74 | 40 |
| Binary | 10000001 | 100000 | 110011 | 0 | 1001011 | 111100 | 110001 | 101011100 | 111100 | 100000 |
Color Harmonies of #812033
Complementary color
Monochromatic Colors of #812033
Black with #812033
Text Example
Text Example
White with #812033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812033; }
p { color: rgb(129,32,51); }
H1.HeaderClassName
{
color: #812033;
}
.AnyTagClassName
{
color: #812033;
}
</style>
background-color css
<style>
a { background-color: #812033; }
a { background-color: rgb(129,32,51); }
div.DivClassName
{
background-color: #812033;
}
.BgClassName
{
background-color: #812033;
}
</style>
border-color css
<style>
span { border-color: #812033; }
span { border-color: rgb(129,32,51); }
td.TdClassName
{
border-color: #812033;
}
.TagClassName
{
border-color: #812033;
}
</style>