Shades of Scarlett #84133A
Tints of Scarlett #84133A
RGB
CMYK
RGB Variations
Color information
#84133A (or 0x84133A) is known color: Scarlett. HEX triplet: 84, 13 and 3A. RGB value is (132,19,58). Sum of RGB (Red+Green+Blue) = 132+19+58=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #84133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84133A is #7BECC5. Grayscale: #393939. Windows color (decimal): -8121542 or 3806084. OLE color: 3806084.
HSL color Cylindrical-coordinate representation of color #84133A: hue angle of 339.29º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84133A is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 58 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.48 |
| HSL | 339.29º | 0.75% | 0.3% | - |
| HSV(B) | 339.29º | 0.86% | 0.52% | - |
| XYZ | 10.51 | 5.68 | 4.54 | - |
| YUV | 57.23 | 128.44 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 58 | 0 | 0.86 | 0.56 | 0.48 | 339.29 | 0.75 | 0.3 |
| Hex | 84 | 13 | 3A | 0 | 56 | 38 | 30 | 153 | 4B | 1E |
| Octal | 204 | 23 | 72 | 0 | 126 | 70 | 60 | 523 | 113 | 36 |
| Binary | 10000100 | 10011 | 111010 | 0 | 1010110 | 111000 | 110000 | 101010011 | 1001011 | 11110 |
Color Harmonies of #84133A
Complementary color
Monochromatic Colors of #84133A
Black with #84133A
Text Example
Text Example
White with #84133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84133A; }
p { color: rgb(132,19,58); }
H1.HeaderClassName
{
color: #84133A;
}
.AnyTagClassName
{
color: #84133A;
}
</style>
background-color css
<style>
a { background-color: #84133A; }
a { background-color: rgb(132,19,58); }
div.DivClassName
{
background-color: #84133A;
}
.BgClassName
{
background-color: #84133A;
}
</style>
border-color css
<style>
span { border-color: #84133A; }
span { border-color: rgb(132,19,58); }
td.TdClassName
{
border-color: #84133A;
}
.TagClassName
{
border-color: #84133A;
}
</style>