Shades of Scarlett #811332
Tints of Scarlett #811332
RGB
CMYK
RGB Variations
Color information
#811332 (or 0x811332) is known color: Scarlett. HEX triplet: 81, 13 and 32. RGB value is (129,19,50). Sum of RGB (Red+Green+Blue) = 129+19+50=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #811332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811332 is #7EECCD. Grayscale: #373737. Windows color (decimal): -8318158 or 3281793. OLE color: 3281793.
HSL color Cylindrical-coordinate representation of color #811332: hue angle of 343.09º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811332 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 19 | 50 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.49 |
| HSL | 343.09º | 0.74% | 0.29% | - |
| HSV(B) | 343.09º | 0.85% | 0.51% | - |
| XYZ | 9.86 | 5.36 | 3.53 | - |
| YUV | 55.42 | 124.94 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 19 | 50 | 0 | 0.85 | 0.61 | 0.49 | 343.09 | 0.74 | 0.29 |
| Hex | 81 | 13 | 32 | 0 | 55 | 3D | 31 | 157 | 4A | 1D |
| Octal | 201 | 23 | 62 | 0 | 125 | 75 | 61 | 527 | 112 | 35 |
| Binary | 10000001 | 10011 | 110010 | 0 | 1010101 | 111101 | 110001 | 101010111 | 1001010 | 11101 |
Color Harmonies of #811332
Complementary color
Monochromatic Colors of #811332
Black with #811332
Text Example
Text Example
White with #811332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811332; }
p { color: rgb(129,19,50); }
H1.HeaderClassName
{
color: #811332;
}
.AnyTagClassName
{
color: #811332;
}
</style>
background-color css
<style>
a { background-color: #811332; }
a { background-color: rgb(129,19,50); }
div.DivClassName
{
background-color: #811332;
}
.BgClassName
{
background-color: #811332;
}
</style>
border-color css
<style>
span { border-color: #811332; }
span { border-color: rgb(129,19,50); }
td.TdClassName
{
border-color: #811332;
}
.TagClassName
{
border-color: #811332;
}
</style>