Shades of Scarlett #811C28
Tints of Scarlett #811C28
RGB
CMYK
RGB Variations
Color information
#811C28 (or 0x811C28) is known color: Scarlett. HEX triplet: 81, 1C and 28. RGB value is (129,28,40). Sum of RGB (Red+Green+Blue) = 129+28+40=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #811C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811C28 is #7EE3D7. Grayscale: #3B3B3B. Windows color (decimal): -8315864 or 2628737. OLE color: 2628737.
HSL color Cylindrical-coordinate representation of color #811C28: hue angle of 352.87º 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 #811C28 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 28 | 40 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.49 |
| HSL | 352.87º | 0.64% | 0.31% | - |
| HSV(B) | 352.87º | 0.78% | 0.51% | - |
| XYZ | 9.85 | 5.65 | 2.58 | - |
| YUV | 59.57 | 116.96 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 40 | 0 | 0.78 | 0.69 | 0.49 | 352.87 | 0.64 | 0.31 |
| Hex | 81 | 1C | 28 | 0 | 4E | 45 | 31 | 161 | 40 | 1F |
| Octal | 201 | 34 | 50 | 0 | 116 | 105 | 61 | 541 | 100 | 37 |
| Binary | 10000001 | 11100 | 101000 | 0 | 1001110 | 1000101 | 110001 | 101100001 | 1000000 | 11111 |
Color Harmonies of #811C28
Complementary color
Monochromatic Colors of #811C28
Black with #811C28
Text Example
Text Example
White with #811C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811C28; }
p { color: rgb(129,28,40); }
H1.HeaderClassName
{
color: #811C28;
}
.AnyTagClassName
{
color: #811C28;
}
</style>
background-color css
<style>
a { background-color: #811C28; }
a { background-color: rgb(129,28,40); }
div.DivClassName
{
background-color: #811C28;
}
.BgClassName
{
background-color: #811C28;
}
</style>
border-color css
<style>
span { border-color: #811C28; }
span { border-color: rgb(129,28,40); }
td.TdClassName
{
border-color: #811C28;
}
.TagClassName
{
border-color: #811C28;
}
</style>