Shades of Scarlett #811B28
Tints of Scarlett #811B28
RGB
CMYK
RGB Variations
Color information
#811B28 (or 0x811B28) is known color: Scarlett. HEX triplet: 81, 1B and 28. RGB value is (129,27,40). Sum of RGB (Red+Green+Blue) = 129+27+40=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #811B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811B28 is #7EE4D7. Grayscale: #3B3B3B. Windows color (decimal): -8316120 or 2628481. OLE color: 2628481.
HSL color Cylindrical-coordinate representation of color #811B28: hue angle of 352.35º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #811B28 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 27 | 40 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.49 |
| HSL | 352.35º | 0.65% | 0.31% | - |
| HSV(B) | 352.35º | 0.79% | 0.51% | - |
| XYZ | 9.83 | 5.6 | 2.57 | - |
| YUV | 58.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 27 | 40 | 0 | 0.79 | 0.69 | 0.49 | 352.35 | 0.65 | 0.31 |
| Hex | 81 | 1B | 28 | 0 | 4F | 45 | 31 | 160 | 41 | 1F |
| Octal | 201 | 33 | 50 | 0 | 117 | 105 | 61 | 540 | 101 | 37 |
| Binary | 10000001 | 11011 | 101000 | 0 | 1001111 | 1000101 | 110001 | 101100000 | 1000001 | 11111 |
Color Harmonies of #811B28
Complementary color
Monochromatic Colors of #811B28
Black with #811B28
Text Example
Text Example
White with #811B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811B28; }
p { color: rgb(129,27,40); }
H1.HeaderClassName
{
color: #811B28;
}
.AnyTagClassName
{
color: #811B28;
}
</style>
background-color css
<style>
a { background-color: #811B28; }
a { background-color: rgb(129,27,40); }
div.DivClassName
{
background-color: #811B28;
}
.BgClassName
{
background-color: #811B28;
}
</style>
border-color css
<style>
span { border-color: #811B28; }
span { border-color: rgb(129,27,40); }
td.TdClassName
{
border-color: #811B28;
}
.TagClassName
{
border-color: #811B28;
}
</style>