Shades of Scarlett #8A132E
Tints of Scarlett #8A132E
RGB
CMYK
RGB Variations
Color information
#8A132E (or 0x8A132E) is known color: Scarlett. HEX triplet: 8A, 13 and 2E. RGB value is (138,19,46). Sum of RGB (Red+Green+Blue) = 138+19+46=203 (26% of max value = 765). Red value is 138 (54.30% from 255 or 67.98% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 138 - color contains mainly: red. Hex color #8A132E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A132E is #75ECD1. Grayscale: #393939. Windows color (decimal): -7728338 or 3019658. OLE color: 3019658.
HSL color Cylindrical-coordinate representation of color #8A132E: hue angle of 346.39º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A132E is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 19 | 46 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.46 |
| HSL | 346.39º | 0.76% | 0.31% | - |
| HSV(B) | 346.39º | 0.86% | 0.54% | - |
| XYZ | 11.21 | 6.07 | 3.16 | - |
| YUV | 57.66 | 121.42 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 19 | 46 | 0 | 0.86 | 0.67 | 0.46 | 346.39 | 0.76 | 0.31 |
| Hex | 8A | 13 | 2E | 0 | 56 | 43 | 2E | 15A | 4C | 1F |
| Octal | 212 | 23 | 56 | 0 | 126 | 103 | 56 | 532 | 114 | 37 |
| Binary | 10001010 | 10011 | 101110 | 0 | 1010110 | 1000011 | 101110 | 101011010 | 1001100 | 11111 |
Color Harmonies of #8A132E
Complementary color
Monochromatic Colors of #8A132E
Black with #8A132E
Text Example
Text Example
White with #8A132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A132E; }
p { color: rgb(138,19,46); }
H1.HeaderClassName
{
color: #8A132E;
}
.AnyTagClassName
{
color: #8A132E;
}
</style>
background-color css
<style>
a { background-color: #8A132E; }
a { background-color: rgb(138,19,46); }
div.DivClassName
{
background-color: #8A132E;
}
.BgClassName
{
background-color: #8A132E;
}
</style>
border-color css
<style>
span { border-color: #8A132E; }
span { border-color: rgb(138,19,46); }
td.TdClassName
{
border-color: #8A132E;
}
.TagClassName
{
border-color: #8A132E;
}
</style>