Shades of Scarlett #811C30
Tints of Scarlett #811C30
RGB
CMYK
RGB Variations
Color information
#811C30 (or 0x811C30) is known color: Scarlett. HEX triplet: 81, 1C and 30. RGB value is (129,28,48). Sum of RGB (Red+Green+Blue) = 129+28+48=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #811C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811C30 is #7EE3CF. Grayscale: #3C3C3C. Windows color (decimal): -8315856 or 3153025. OLE color: 3153025.
HSL color Cylindrical-coordinate representation of color #811C30: hue angle of 348.12º 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 #811C30 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 28 | 48 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.49 |
| HSL | 348.12º | 0.64% | 0.31% | - |
| HSV(B) | 348.12º | 0.78% | 0.51% | - |
| XYZ | 10 | 5.71 | 3.37 | - |
| YUV | 60.48 | 120.96 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 48 | 0 | 0.78 | 0.63 | 0.49 | 348.12 | 0.64 | 0.31 |
| Hex | 81 | 1C | 30 | 0 | 4E | 3F | 31 | 15C | 40 | 1F |
| Octal | 201 | 34 | 60 | 0 | 116 | 77 | 61 | 534 | 100 | 37 |
| Binary | 10000001 | 11100 | 110000 | 0 | 1001110 | 111111 | 110001 | 101011100 | 1000000 | 11111 |
Color Harmonies of #811C30
Complementary color
Monochromatic Colors of #811C30
Black with #811C30
Text Example
Text Example
White with #811C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811C30; }
p { color: rgb(129,28,48); }
H1.HeaderClassName
{
color: #811C30;
}
.AnyTagClassName
{
color: #811C30;
}
</style>
background-color css
<style>
a { background-color: #811C30; }
a { background-color: rgb(129,28,48); }
div.DivClassName
{
background-color: #811C30;
}
.BgClassName
{
background-color: #811C30;
}
</style>
border-color css
<style>
span { border-color: #811C30; }
span { border-color: rgb(129,28,48); }
td.TdClassName
{
border-color: #811C30;
}
.TagClassName
{
border-color: #811C30;
}
</style>