Shades of Scarlett #84183C
Tints of Scarlett #84183C
RGB
CMYK
RGB Variations
Color information
#84183C (or 0x84183C) is known color: Scarlett. HEX triplet: 84, 18 and 3C. RGB value is (132,24,60). Sum of RGB (Red+Green+Blue) = 132+24+60=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #84183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84183C is #7BE7C3. Grayscale: #3C3C3C. Windows color (decimal): -8120260 or 3938436. OLE color: 3938436.
HSL color Cylindrical-coordinate representation of color #84183C: hue angle of 340º 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 #84183C is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 60 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.48 |
| HSL | 340º | 0.69% | 0.31% | - |
| HSV(B) | 340º | 0.82% | 0.52% | - |
| XYZ | 10.66 | 5.89 | 4.85 | - |
| YUV | 60.4 | 127.78 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 60 | 0 | 0.82 | 0.55 | 0.48 | 340 | 0.69 | 0.31 |
| Hex | 84 | 18 | 3C | 0 | 52 | 37 | 30 | 154 | 45 | 1F |
| Octal | 204 | 30 | 74 | 0 | 122 | 67 | 60 | 524 | 105 | 37 |
| Binary | 10000100 | 11000 | 111100 | 0 | 1010010 | 110111 | 110000 | 101010100 | 1000101 | 11111 |
Color Harmonies of #84183C
Complementary color
Monochromatic Colors of #84183C
Black with #84183C
Text Example
Text Example
White with #84183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84183C; }
p { color: rgb(132,24,60); }
H1.HeaderClassName
{
color: #84183C;
}
.AnyTagClassName
{
color: #84183C;
}
</style>
background-color css
<style>
a { background-color: #84183C; }
a { background-color: rgb(132,24,60); }
div.DivClassName
{
background-color: #84183C;
}
.BgClassName
{
background-color: #84183C;
}
</style>
border-color css
<style>
span { border-color: #84183C; }
span { border-color: rgb(132,24,60); }
td.TdClassName
{
border-color: #84183C;
}
.TagClassName
{
border-color: #84183C;
}
</style>