Shades of Scarlett #81192D
Tints of Scarlett #81192D
RGB
CMYK
RGB Variations
Color information
#81192D (or 0x81192D) is known color: Scarlett. HEX triplet: 81, 19 and 2D. RGB value is (129,25,45). Sum of RGB (Red+Green+Blue) = 129+25+45=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #81192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81192D is #7EE6D2. Grayscale: #3A3A3A. Windows color (decimal): -8316627 or 2955649. OLE color: 2955649.
HSL color Cylindrical-coordinate representation of color #81192D: hue angle of 348.46º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81192D is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 25 | 45 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.49 |
| HSL | 348.46º | 0.68% | 0.3% | - |
| HSV(B) | 348.46º | 0.81% | 0.51% | - |
| XYZ | 9.87 | 5.55 | 3.03 | - |
| YUV | 58.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 45 | 0 | 0.81 | 0.65 | 0.49 | 348.46 | 0.68 | 0.3 |
| Hex | 81 | 19 | 2D | 0 | 51 | 41 | 31 | 15C | 44 | 1E |
| Octal | 201 | 31 | 55 | 0 | 121 | 101 | 61 | 534 | 104 | 36 |
| Binary | 10000001 | 11001 | 101101 | 0 | 1010001 | 1000001 | 110001 | 101011100 | 1000100 | 11110 |
Color Harmonies of #81192D
Complementary color
Monochromatic Colors of #81192D
Black with #81192D
Text Example
Text Example
White with #81192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81192D; }
p { color: rgb(129,25,45); }
H1.HeaderClassName
{
color: #81192D;
}
.AnyTagClassName
{
color: #81192D;
}
</style>
background-color css
<style>
a { background-color: #81192D; }
a { background-color: rgb(129,25,45); }
div.DivClassName
{
background-color: #81192D;
}
.BgClassName
{
background-color: #81192D;
}
</style>
border-color css
<style>
span { border-color: #81192D; }
span { border-color: rgb(129,25,45); }
td.TdClassName
{
border-color: #81192D;
}
.TagClassName
{
border-color: #81192D;
}
</style>