Shades of Scarlett #811D25
Tints of Scarlett #811D25
RGB
CMYK
RGB Variations
Color information
#811D25 (or 0x811D25) is known color: Scarlett. HEX triplet: 81, 1D and 25. RGB value is (129,29,37). Sum of RGB (Red+Green+Blue) = 129+29+37=195 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.15% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 129 - color contains mainly: red. Hex color #811D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811D25 is #7EE2DA. Grayscale: #3B3B3B. Windows color (decimal): -8315611 or 2432385. OLE color: 2432385.
HSL color Cylindrical-coordinate representation of color #811D25: hue angle of 355.2º degrees, saturation: 0.63, 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 #811D25 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 37 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.49 |
| HSL | 355.2º | 0.63% | 0.31% | - |
| HSV(B) | 355.2º | 0.78% | 0.51% | - |
| XYZ | 9.83 | 5.68 | 2.33 | - |
| YUV | 59.81 | 115.13 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 37 | 0 | 0.78 | 0.71 | 0.49 | 355.2 | 0.63 | 0.31 |
| Hex | 81 | 1D | 25 | 0 | 4E | 47 | 31 | 163 | 3F | 1F |
| Octal | 201 | 35 | 45 | 0 | 116 | 107 | 61 | 543 | 77 | 37 |
| Binary | 10000001 | 11101 | 100101 | 0 | 1001110 | 1000111 | 110001 | 101100011 | 111111 | 11111 |
Color Harmonies of #811D25
Complementary color
Monochromatic Colors of #811D25
Black with #811D25
Text Example
Text Example
White with #811D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D25; }
p { color: rgb(129,29,37); }
H1.HeaderClassName
{
color: #811D25;
}
.AnyTagClassName
{
color: #811D25;
}
</style>
background-color css
<style>
a { background-color: #811D25; }
a { background-color: rgb(129,29,37); }
div.DivClassName
{
background-color: #811D25;
}
.BgClassName
{
background-color: #811D25;
}
</style>
border-color css
<style>
span { border-color: #811D25; }
span { border-color: rgb(129,29,37); }
td.TdClassName
{
border-color: #811D25;
}
.TagClassName
{
border-color: #811D25;
}
</style>