Shades of Scarlett #81162A
Tints of Scarlett #81162A
RGB
CMYK
RGB Variations
Color information
#81162A (or 0x81162A) is known color: Scarlett. HEX triplet: 81, 16 and 2A. RGB value is (129,22,42). Sum of RGB (Red+Green+Blue) = 129+22+42=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #81162A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81162A is #7EE9D5. Grayscale: #383838. Windows color (decimal): -8317398 or 2758273. OLE color: 2758273.
HSL color Cylindrical-coordinate representation of color #81162A: hue angle of 348.79º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #81162A is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 22 | 42 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.49 |
| HSL | 348.79º | 0.71% | 0.3% | - |
| HSV(B) | 348.79º | 0.83% | 0.51% | - |
| XYZ | 9.76 | 5.41 | 2.72 | - |
| YUV | 56.27 | 119.95 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 22 | 42 | 0 | 0.83 | 0.67 | 0.49 | 348.79 | 0.71 | 0.3 |
| Hex | 81 | 16 | 2A | 0 | 53 | 43 | 31 | 15D | 47 | 1E |
| Octal | 201 | 26 | 52 | 0 | 123 | 103 | 61 | 535 | 107 | 36 |
| Binary | 10000001 | 10110 | 101010 | 0 | 1010011 | 1000011 | 110001 | 101011101 | 1000111 | 11110 |
Color Harmonies of #81162A
Complementary color
Monochromatic Colors of #81162A
Black with #81162A
Text Example
Text Example
White with #81162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81162A; }
p { color: rgb(129,22,42); }
H1.HeaderClassName
{
color: #81162A;
}
.AnyTagClassName
{
color: #81162A;
}
</style>
background-color css
<style>
a { background-color: #81162A; }
a { background-color: rgb(129,22,42); }
div.DivClassName
{
background-color: #81162A;
}
.BgClassName
{
background-color: #81162A;
}
</style>
border-color css
<style>
span { border-color: #81162A; }
span { border-color: rgb(129,22,42); }
td.TdClassName
{
border-color: #81162A;
}
.TagClassName
{
border-color: #81162A;
}
</style>