Shades of Scarlett #84182D
Tints of Scarlett #84182D
RGB
CMYK
RGB Variations
Color information
#84182D (or 0x84182D) is known color: Scarlett. HEX triplet: 84, 18 and 2D. RGB value is (132,24,45). Sum of RGB (Red+Green+Blue) = 132+24+45=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #84182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84182D is #7BE7D2. Grayscale: #3A3A3A. Windows color (decimal): -8120275 or 2955396. OLE color: 2955396.
HSL color Cylindrical-coordinate representation of color #84182D: hue angle of 348.33º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84182D is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 45 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.48 |
| HSL | 348.33º | 0.69% | 0.31% | - |
| HSV(B) | 348.33º | 0.82% | 0.52% | - |
| XYZ | 10.32 | 5.75 | 3.05 | - |
| YUV | 58.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 45 | 0 | 0.82 | 0.66 | 0.48 | 348.33 | 0.69 | 0.31 |
| Hex | 84 | 18 | 2D | 0 | 52 | 42 | 30 | 15C | 45 | 1F |
| Octal | 204 | 30 | 55 | 0 | 122 | 102 | 60 | 534 | 105 | 37 |
| Binary | 10000100 | 11000 | 101101 | 0 | 1010010 | 1000010 | 110000 | 101011100 | 1000101 | 11111 |
Color Harmonies of #84182D
Complementary color
Monochromatic Colors of #84182D
Black with #84182D
Text Example
Text Example
White with #84182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84182D; }
p { color: rgb(132,24,45); }
H1.HeaderClassName
{
color: #84182D;
}
.AnyTagClassName
{
color: #84182D;
}
</style>
background-color css
<style>
a { background-color: #84182D; }
a { background-color: rgb(132,24,45); }
div.DivClassName
{
background-color: #84182D;
}
.BgClassName
{
background-color: #84182D;
}
</style>
border-color css
<style>
span { border-color: #84182D; }
span { border-color: rgb(132,24,45); }
td.TdClassName
{
border-color: #84182D;
}
.TagClassName
{
border-color: #84182D;
}
</style>