Shades of Scarlett #811832
Tints of Scarlett #811832
RGB
CMYK
RGB Variations
Color information
#811832 (or 0x811832) is known color: Scarlett. HEX triplet: 81, 18 and 32. RGB value is (129,24,50). Sum of RGB (Red+Green+Blue) = 129+24+50=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #811832 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811832 is #7EE7CD. Grayscale: #3A3A3A. Windows color (decimal): -8316878 or 3283073. OLE color: 3283073.
HSL color Cylindrical-coordinate representation of color #811832: hue angle of 345.14º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811832 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 24 | 50 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.49 |
| HSL | 345.14º | 0.69% | 0.3% | - |
| HSV(B) | 345.14º | 0.81% | 0.51% | - |
| XYZ | 9.96 | 5.55 | 3.56 | - |
| YUV | 58.36 | 123.29 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 50 | 0 | 0.81 | 0.61 | 0.49 | 345.14 | 0.69 | 0.3 |
| Hex | 81 | 18 | 32 | 0 | 51 | 3D | 31 | 159 | 45 | 1E |
| Octal | 201 | 30 | 62 | 0 | 121 | 75 | 61 | 531 | 105 | 36 |
| Binary | 10000001 | 11000 | 110010 | 0 | 1010001 | 111101 | 110001 | 101011001 | 1000101 | 11110 |
Color Harmonies of #811832
Complementary color
Monochromatic Colors of #811832
Black with #811832
Text Example
Text Example
White with #811832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811832; }
p { color: rgb(129,24,50); }
H1.HeaderClassName
{
color: #811832;
}
.AnyTagClassName
{
color: #811832;
}
</style>
background-color css
<style>
a { background-color: #811832; }
a { background-color: rgb(129,24,50); }
div.DivClassName
{
background-color: #811832;
}
.BgClassName
{
background-color: #811832;
}
</style>
border-color css
<style>
span { border-color: #811832; }
span { border-color: rgb(129,24,50); }
td.TdClassName
{
border-color: #811832;
}
.TagClassName
{
border-color: #811832;
}
</style>