Shades of Scarlett #84232E
Tints of Scarlett #84232E
RGB
CMYK
RGB Variations
Color information
#84232E (or 0x84232E) is known color: Scarlett. HEX triplet: 84, 23 and 2E. RGB value is (132,35,46). Sum of RGB (Red+Green+Blue) = 132+35+46=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #84232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84232E is #7BDCD1. Grayscale: #414141. Windows color (decimal): -8117458 or 3023748. OLE color: 3023748.
HSL color Cylindrical-coordinate representation of color #84232E: hue angle of 353.2º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84232E is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 35 | 46 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.48 |
| HSL | 353.2º | 0.58% | 0.33% | - |
| HSV(B) | 353.2º | 0.73% | 0.52% | - |
| XYZ | 10.61 | 6.3 | 3.24 | - |
| YUV | 65.26 | 117.14 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 46 | 0 | 0.73 | 0.65 | 0.48 | 353.2 | 0.58 | 0.33 |
| Hex | 84 | 23 | 2E | 0 | 49 | 41 | 30 | 161 | 3A | 21 |
| Octal | 204 | 43 | 56 | 0 | 111 | 101 | 60 | 541 | 72 | 41 |
| Binary | 10000100 | 100011 | 101110 | 0 | 1001001 | 1000001 | 110000 | 101100001 | 111010 | 100001 |
Color Harmonies of #84232E
Complementary color
Monochromatic Colors of #84232E
Black with #84232E
Text Example
Text Example
White with #84232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84232E; }
p { color: rgb(132,35,46); }
H1.HeaderClassName
{
color: #84232E;
}
.AnyTagClassName
{
color: #84232E;
}
</style>
background-color css
<style>
a { background-color: #84232E; }
a { background-color: rgb(132,35,46); }
div.DivClassName
{
background-color: #84232E;
}
.BgClassName
{
background-color: #84232E;
}
</style>
border-color css
<style>
span { border-color: #84232E; }
span { border-color: rgb(132,35,46); }
td.TdClassName
{
border-color: #84232E;
}
.TagClassName
{
border-color: #84232E;
}
</style>