Shades of Scarlett #811C31
Tints of Scarlett #811C31
RGB
CMYK
RGB Variations
Color information
#811C31 (or 0x811C31) is known color: Scarlett. HEX triplet: 81, 1C and 31. RGB value is (129,28,49). Sum of RGB (Red+Green+Blue) = 129+28+49=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #811C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811C31 is #7EE3CE. Grayscale: #3C3C3C. Windows color (decimal): -8315855 or 3218561. OLE color: 3218561.
HSL color Cylindrical-coordinate representation of color #811C31: hue angle of 347.52º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811C31 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 28 | 49 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.49 |
| HSL | 347.52º | 0.64% | 0.31% | - |
| HSV(B) | 347.52º | 0.78% | 0.51% | - |
| XYZ | 10.02 | 5.72 | 3.48 | - |
| YUV | 60.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 49 | 0 | 0.78 | 0.62 | 0.49 | 347.52 | 0.64 | 0.31 |
| Hex | 81 | 1C | 31 | 0 | 4E | 3E | 31 | 15C | 40 | 1F |
| Octal | 201 | 34 | 61 | 0 | 116 | 76 | 61 | 534 | 100 | 37 |
| Binary | 10000001 | 11100 | 110001 | 0 | 1001110 | 111110 | 110001 | 101011100 | 1000000 | 11111 |
Color Harmonies of #811C31
Complementary color
Monochromatic Colors of #811C31
Black with #811C31
Text Example
Text Example
White with #811C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811C31; }
p { color: rgb(129,28,49); }
H1.HeaderClassName
{
color: #811C31;
}
.AnyTagClassName
{
color: #811C31;
}
</style>
background-color css
<style>
a { background-color: #811C31; }
a { background-color: rgb(129,28,49); }
div.DivClassName
{
background-color: #811C31;
}
.BgClassName
{
background-color: #811C31;
}
</style>
border-color css
<style>
span { border-color: #811C31; }
span { border-color: rgb(129,28,49); }
td.TdClassName
{
border-color: #811C31;
}
.TagClassName
{
border-color: #811C31;
}
</style>