Shades of Scarlett #81152A
Tints of Scarlett #81152A
RGB
CMYK
RGB Variations
Color information
#81152A (or 0x81152A) is known color: Scarlett. HEX triplet: 81, 15 and 2A. RGB value is (129,21,42). Sum of RGB (Red+Green+Blue) = 129+21+42=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #81152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81152A is #7EEAD5. Grayscale: #373737. Windows color (decimal): -8317654 or 2758017. OLE color: 2758017.
HSL color Cylindrical-coordinate representation of color #81152A: hue angle of 348.33º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81152A is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 21 | 42 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.49 |
| HSL | 348.33º | 0.72% | 0.29% | - |
| HSV(B) | 348.33º | 0.84% | 0.51% | - |
| XYZ | 9.74 | 5.37 | 2.71 | - |
| YUV | 55.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 42 | 0 | 0.84 | 0.67 | 0.49 | 348.33 | 0.72 | 0.29 |
| Hex | 81 | 15 | 2A | 0 | 54 | 43 | 31 | 15C | 48 | 1D |
| Octal | 201 | 25 | 52 | 0 | 124 | 103 | 61 | 534 | 110 | 35 |
| Binary | 10000001 | 10101 | 101010 | 0 | 1010100 | 1000011 | 110001 | 101011100 | 1001000 | 11101 |
Color Harmonies of #81152A
Complementary color
Monochromatic Colors of #81152A
Black with #81152A
Text Example
Text Example
White with #81152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81152A; }
p { color: rgb(129,21,42); }
H1.HeaderClassName
{
color: #81152A;
}
.AnyTagClassName
{
color: #81152A;
}
</style>
background-color css
<style>
a { background-color: #81152A; }
a { background-color: rgb(129,21,42); }
div.DivClassName
{
background-color: #81152A;
}
.BgClassName
{
background-color: #81152A;
}
</style>
border-color css
<style>
span { border-color: #81152A; }
span { border-color: rgb(129,21,42); }
td.TdClassName
{
border-color: #81152A;
}
.TagClassName
{
border-color: #81152A;
}
</style>