Shades of Scarlett #811432
Tints of Scarlett #811432
RGB
CMYK
RGB Variations
Color information
#811432 (or 0x811432) is known color: Scarlett. HEX triplet: 81, 14 and 32. RGB value is (129,20,50). Sum of RGB (Red+Green+Blue) = 129+20+50=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #811432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811432 is #7EEBCD. Grayscale: #373737. Windows color (decimal): -8317902 or 3282049. OLE color: 3282049.
HSL color Cylindrical-coordinate representation of color #811432: hue angle of 343.49º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811432 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 20 | 50 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.49 |
| HSL | 343.49º | 0.73% | 0.29% | - |
| HSV(B) | 343.49º | 0.84% | 0.51% | - |
| XYZ | 9.88 | 5.4 | 3.54 | - |
| YUV | 56.01 | 124.61 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 50 | 0 | 0.84 | 0.61 | 0.49 | 343.49 | 0.73 | 0.29 |
| Hex | 81 | 14 | 32 | 0 | 54 | 3D | 31 | 157 | 49 | 1D |
| Octal | 201 | 24 | 62 | 0 | 124 | 75 | 61 | 527 | 111 | 35 |
| Binary | 10000001 | 10100 | 110010 | 0 | 1010100 | 111101 | 110001 | 101010111 | 1001001 | 11101 |
Color Harmonies of #811432
Complementary color
Monochromatic Colors of #811432
Black with #811432
Text Example
Text Example
White with #811432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811432; }
p { color: rgb(129,20,50); }
H1.HeaderClassName
{
color: #811432;
}
.AnyTagClassName
{
color: #811432;
}
</style>
background-color css
<style>
a { background-color: #811432; }
a { background-color: rgb(129,20,50); }
div.DivClassName
{
background-color: #811432;
}
.BgClassName
{
background-color: #811432;
}
</style>
border-color css
<style>
span { border-color: #811432; }
span { border-color: rgb(129,20,50); }
td.TdClassName
{
border-color: #811432;
}
.TagClassName
{
border-color: #811432;
}
</style>