Shades of Scarlett #811733
Tints of Scarlett #811733
RGB
CMYK
RGB Variations
Color information
#811733 (or 0x811733) is known color: Scarlett. HEX triplet: 81, 17 and 33. RGB value is (129,23,51). Sum of RGB (Red+Green+Blue) = 129+23+51=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #811733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811733 is #7EE8CC. Grayscale: #393939. Windows color (decimal): -8317133 or 3348353. OLE color: 3348353.
HSL color Cylindrical-coordinate representation of color #811733: hue angle of 344.15º 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 #811733 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 23 | 51 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.49 |
| HSL | 344.15º | 0.7% | 0.3% | - |
| HSV(B) | 344.15º | 0.82% | 0.51% | - |
| XYZ | 9.96 | 5.52 | 3.67 | - |
| YUV | 57.89 | 124.12 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 51 | 0 | 0.82 | 0.60 | 0.49 | 344.15 | 0.7 | 0.3 |
| Hex | 81 | 17 | 33 | 0 | 52 | 3C | 31 | 158 | 46 | 1E |
| Octal | 201 | 27 | 63 | 0 | 122 | 74 | 61 | 530 | 106 | 36 |
| Binary | 10000001 | 10111 | 110011 | 0 | 1010010 | 111100 | 110001 | 101011000 | 1000110 | 11110 |
Color Harmonies of #811733
Complementary color
Monochromatic Colors of #811733
Black with #811733
Text Example
Text Example
White with #811733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811733; }
p { color: rgb(129,23,51); }
H1.HeaderClassName
{
color: #811733;
}
.AnyTagClassName
{
color: #811733;
}
</style>
background-color css
<style>
a { background-color: #811733; }
a { background-color: rgb(129,23,51); }
div.DivClassName
{
background-color: #811733;
}
.BgClassName
{
background-color: #811733;
}
</style>
border-color css
<style>
span { border-color: #811733; }
span { border-color: rgb(129,23,51); }
td.TdClassName
{
border-color: #811733;
}
.TagClassName
{
border-color: #811733;
}
</style>