Shades of Scarlett #81192F
Tints of Scarlett #81192F
RGB
CMYK
RGB Variations
Color information
#81192F (or 0x81192F) is known color: Scarlett. HEX triplet: 81, 19 and 2F. RGB value is (129,25,47). Sum of RGB (Red+Green+Blue) = 129+25+47=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #81192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81192F is #7EE6D0. Grayscale: #3A3A3A. Windows color (decimal): -8316625 or 3086721. OLE color: 3086721.
HSL color Cylindrical-coordinate representation of color #81192F: hue angle of 347.31º 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 #81192F is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 25 | 47 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.49 |
| HSL | 347.31º | 0.68% | 0.3% | - |
| HSV(B) | 347.31º | 0.81% | 0.51% | - |
| XYZ | 9.91 | 5.57 | 3.24 | - |
| YUV | 58.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 47 | 0 | 0.81 | 0.64 | 0.49 | 347.31 | 0.68 | 0.3 |
| Hex | 81 | 19 | 2F | 0 | 51 | 40 | 31 | 15B | 44 | 1E |
| Octal | 201 | 31 | 57 | 0 | 121 | 100 | 61 | 533 | 104 | 36 |
| Binary | 10000001 | 11001 | 101111 | 0 | 1010001 | 1000000 | 110001 | 101011011 | 1000100 | 11110 |
Color Harmonies of #81192F
Complementary color
Monochromatic Colors of #81192F
Black with #81192F
Text Example
Text Example
White with #81192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81192F; }
p { color: rgb(129,25,47); }
H1.HeaderClassName
{
color: #81192F;
}
.AnyTagClassName
{
color: #81192F;
}
</style>
background-color css
<style>
a { background-color: #81192F; }
a { background-color: rgb(129,25,47); }
div.DivClassName
{
background-color: #81192F;
}
.BgClassName
{
background-color: #81192F;
}
</style>
border-color css
<style>
span { border-color: #81192F; }
span { border-color: rgb(129,25,47); }
td.TdClassName
{
border-color: #81192F;
}
.TagClassName
{
border-color: #81192F;
}
</style>