Shades of Scarlett #811732
Tints of Scarlett #811732
RGB
CMYK
RGB Variations
Color information
#811732 (or 0x811732) is known color: Scarlett. HEX triplet: 81, 17 and 32. RGB value is (129,23,50). Sum of RGB (Red+Green+Blue) = 129+23+50=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #811732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811732 is #7EE8CD. Grayscale: #393939. Windows color (decimal): -8317134 or 3282817. OLE color: 3282817.
HSL color Cylindrical-coordinate representation of color #811732: hue angle of 344.72º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #811732 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 23 | 50 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.49 |
| HSL | 344.72º | 0.7% | 0.3% | - |
| HSV(B) | 344.72º | 0.82% | 0.51% | - |
| XYZ | 9.94 | 5.51 | 3.56 | - |
| YUV | 57.77 | 123.62 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 50 | 0 | 0.82 | 0.61 | 0.49 | 344.72 | 0.7 | 0.3 |
| Hex | 81 | 17 | 32 | 0 | 52 | 3D | 31 | 159 | 46 | 1E |
| Octal | 201 | 27 | 62 | 0 | 122 | 75 | 61 | 531 | 106 | 36 |
| Binary | 10000001 | 10111 | 110010 | 0 | 1010010 | 111101 | 110001 | 101011001 | 1000110 | 11110 |
Color Harmonies of #811732
Complementary color
Monochromatic Colors of #811732
Black with #811732
Text Example
Text Example
White with #811732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811732; }
p { color: rgb(129,23,50); }
H1.HeaderClassName
{
color: #811732;
}
.AnyTagClassName
{
color: #811732;
}
</style>
background-color css
<style>
a { background-color: #811732; }
a { background-color: rgb(129,23,50); }
div.DivClassName
{
background-color: #811732;
}
.BgClassName
{
background-color: #811732;
}
</style>
border-color css
<style>
span { border-color: #811732; }
span { border-color: rgb(129,23,50); }
td.TdClassName
{
border-color: #811732;
}
.TagClassName
{
border-color: #811732;
}
</style>