Shades of Scarlett #812032
Tints of Scarlett #812032
RGB
CMYK
RGB Variations
Color information
#812032 (or 0x812032) is known color: Scarlett. HEX triplet: 81, 20 and 32. RGB value is (129,32,50). Sum of RGB (Red+Green+Blue) = 129+32+50=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #812032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812032 is #7EDFCD. Grayscale: #3F3F3F. Windows color (decimal): -8314830 or 3285121. OLE color: 3285121.
HSL color Cylindrical-coordinate representation of color #812032: hue angle of 348.87º 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 #812032 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 32 | 50 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.49 |
| HSL | 348.87º | 0.6% | 0.32% | - |
| HSV(B) | 348.87º | 0.75% | 0.51% | - |
| XYZ | 10.15 | 5.93 | 3.63 | - |
| YUV | 63.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 50 | 0 | 0.75 | 0.61 | 0.49 | 348.87 | 0.6 | 0.32 |
| Hex | 81 | 20 | 32 | 0 | 4B | 3D | 31 | 15D | 3C | 20 |
| Octal | 201 | 40 | 62 | 0 | 113 | 75 | 61 | 535 | 74 | 40 |
| Binary | 10000001 | 100000 | 110010 | 0 | 1001011 | 111101 | 110001 | 101011101 | 111100 | 100000 |
Color Harmonies of #812032
Complementary color
Monochromatic Colors of #812032
Black with #812032
Text Example
Text Example
White with #812032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812032; }
p { color: rgb(129,32,50); }
H1.HeaderClassName
{
color: #812032;
}
.AnyTagClassName
{
color: #812032;
}
</style>
background-color css
<style>
a { background-color: #812032; }
a { background-color: rgb(129,32,50); }
div.DivClassName
{
background-color: #812032;
}
.BgClassName
{
background-color: #812032;
}
</style>
border-color css
<style>
span { border-color: #812032; }
span { border-color: rgb(129,32,50); }
td.TdClassName
{
border-color: #812032;
}
.TagClassName
{
border-color: #812032;
}
</style>