Shades of Scarlett #841234
Tints of Scarlett #841234
RGB
CMYK
RGB Variations
Color information
#841234 (or 0x841234) is known color: Scarlett. HEX triplet: 84, 12 and 34. RGB value is (132,18,52). Sum of RGB (Red+Green+Blue) = 132+18+52=202 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.35% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 132 - color contains mainly: red. Hex color #841234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841234 is #7BEDCB. Grayscale: #373737. Windows color (decimal): -8121804 or 3412612. OLE color: 3412612.
HSL color Cylindrical-coordinate representation of color #841234: hue angle of 342.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841234 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 18 | 52 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.48 |
| HSL | 342.11º | 0.76% | 0.29% | - |
| HSV(B) | 342.11º | 0.86% | 0.52% | - |
| XYZ | 10.35 | 5.59 | 3.78 | - |
| YUV | 55.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 52 | 0 | 0.86 | 0.61 | 0.48 | 342.11 | 0.76 | 0.29 |
| Hex | 84 | 12 | 34 | 0 | 56 | 3D | 30 | 156 | 4C | 1D |
| Octal | 204 | 22 | 64 | 0 | 126 | 75 | 60 | 526 | 114 | 35 |
| Binary | 10000100 | 10010 | 110100 | 0 | 1010110 | 111101 | 110000 | 101010110 | 1001100 | 11101 |
Color Harmonies of #841234
Complementary color
Monochromatic Colors of #841234
Black with #841234
Text Example
Text Example
White with #841234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841234; }
p { color: rgb(132,18,52); }
H1.HeaderClassName
{
color: #841234;
}
.AnyTagClassName
{
color: #841234;
}
</style>
background-color css
<style>
a { background-color: #841234; }
a { background-color: rgb(132,18,52); }
div.DivClassName
{
background-color: #841234;
}
.BgClassName
{
background-color: #841234;
}
</style>
border-color css
<style>
span { border-color: #841234; }
span { border-color: rgb(132,18,52); }
td.TdClassName
{
border-color: #841234;
}
.TagClassName
{
border-color: #841234;
}
</style>