Shades of Scarlett #81142B
Tints of Scarlett #81142B
RGB
CMYK
RGB Variations
Color information
#81142B (or 0x81142B) is known color: Scarlett. HEX triplet: 81, 14 and 2B. RGB value is (129,20,43). Sum of RGB (Red+Green+Blue) = 129+20+43=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #81142B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81142B is #7EEBD4. Grayscale: #373737. Windows color (decimal): -8317909 or 2823297. OLE color: 2823297.
HSL color Cylindrical-coordinate representation of color #81142B: hue angle of 347.34º 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 #81142B is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 20 | 43 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.49 |
| HSL | 347.34º | 0.73% | 0.29% | - |
| HSV(B) | 347.34º | 0.84% | 0.51% | - |
| XYZ | 9.74 | 5.34 | 2.8 | - |
| YUV | 55.21 | 121.11 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 43 | 0 | 0.84 | 0.67 | 0.49 | 347.34 | 0.73 | 0.29 |
| Hex | 81 | 14 | 2B | 0 | 54 | 43 | 31 | 15B | 49 | 1D |
| Octal | 201 | 24 | 53 | 0 | 124 | 103 | 61 | 533 | 111 | 35 |
| Binary | 10000001 | 10100 | 101011 | 0 | 1010100 | 1000011 | 110001 | 101011011 | 1001001 | 11101 |
Color Harmonies of #81142B
Complementary color
Monochromatic Colors of #81142B
Black with #81142B
Text Example
Text Example
White with #81142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81142B; }
p { color: rgb(129,20,43); }
H1.HeaderClassName
{
color: #81142B;
}
.AnyTagClassName
{
color: #81142B;
}
</style>
background-color css
<style>
a { background-color: #81142B; }
a { background-color: rgb(129,20,43); }
div.DivClassName
{
background-color: #81142B;
}
.BgClassName
{
background-color: #81142B;
}
</style>
border-color css
<style>
span { border-color: #81142B; }
span { border-color: rgb(129,20,43); }
td.TdClassName
{
border-color: #81142B;
}
.TagClassName
{
border-color: #81142B;
}
</style>