Shades of Scarlett #81142D
Tints of Scarlett #81142D
RGB
CMYK
RGB Variations
Color information
#81142D (or 0x81142D) is known color: Scarlett. HEX triplet: 81, 14 and 2D. RGB value is (129,20,45). Sum of RGB (Red+Green+Blue) = 129+20+45=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #81142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81142D is #7EEBD2. Grayscale: #373737. Windows color (decimal): -8317907 or 2954369. OLE color: 2954369.
HSL color Cylindrical-coordinate representation of color #81142D: hue angle of 346.24º degrees, saturation: 0.73, 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 #81142D is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 20 | 45 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.49 |
| HSL | 346.24º | 0.73% | 0.29% | - |
| HSV(B) | 346.24º | 0.84% | 0.51% | - |
| XYZ | 9.78 | 5.36 | 3 | - |
| YUV | 55.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 45 | 0 | 0.84 | 0.65 | 0.49 | 346.24 | 0.73 | 0.29 |
| Hex | 81 | 14 | 2D | 0 | 54 | 41 | 31 | 15A | 49 | 1D |
| Octal | 201 | 24 | 55 | 0 | 124 | 101 | 61 | 532 | 111 | 35 |
| Binary | 10000001 | 10100 | 101101 | 0 | 1010100 | 1000001 | 110001 | 101011010 | 1001001 | 11101 |
Color Harmonies of #81142D
Complementary color
Monochromatic Colors of #81142D
Black with #81142D
Text Example
Text Example
White with #81142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81142D; }
p { color: rgb(129,20,45); }
H1.HeaderClassName
{
color: #81142D;
}
.AnyTagClassName
{
color: #81142D;
}
</style>
background-color css
<style>
a { background-color: #81142D; }
a { background-color: rgb(129,20,45); }
div.DivClassName
{
background-color: #81142D;
}
.BgClassName
{
background-color: #81142D;
}
</style>
border-color css
<style>
span { border-color: #81142D; }
span { border-color: rgb(129,20,45); }
td.TdClassName
{
border-color: #81142D;
}
.TagClassName
{
border-color: #81142D;
}
</style>