Shades of Scarlett #851434
Tints of Scarlett #851434
RGB
CMYK
RGB Variations
Color information
#851434 (or 0x851434) is known color: Scarlett. HEX triplet: 85, 14 and 34. RGB value is (133,20,52). Sum of RGB (Red+Green+Blue) = 133+20+52=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #851434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851434 is #7AEBCB. Grayscale: #393939. Windows color (decimal): -8055756 or 3413125. OLE color: 3413125.
HSL color Cylindrical-coordinate representation of color #851434: hue angle of 343.01º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851434 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 52 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.48 |
| HSL | 343.01º | 0.74% | 0.3% | - |
| HSV(B) | 343.01º | 0.85% | 0.52% | - |
| XYZ | 10.54 | 5.73 | 3.8 | - |
| YUV | 57.44 | 124.94 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 52 | 0 | 0.85 | 0.61 | 0.48 | 343.01 | 0.74 | 0.3 |
| Hex | 85 | 14 | 34 | 0 | 55 | 3D | 30 | 157 | 4A | 1E |
| Octal | 205 | 24 | 64 | 0 | 125 | 75 | 60 | 527 | 112 | 36 |
| Binary | 10000101 | 10100 | 110100 | 0 | 1010101 | 111101 | 110000 | 101010111 | 1001010 | 11110 |
Color Harmonies of #851434
Complementary color
Monochromatic Colors of #851434
Black with #851434
Text Example
Text Example
White with #851434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851434; }
p { color: rgb(133,20,52); }
H1.HeaderClassName
{
color: #851434;
}
.AnyTagClassName
{
color: #851434;
}
</style>
background-color css
<style>
a { background-color: #851434; }
a { background-color: rgb(133,20,52); }
div.DivClassName
{
background-color: #851434;
}
.BgClassName
{
background-color: #851434;
}
</style>
border-color css
<style>
span { border-color: #851434; }
span { border-color: rgb(133,20,52); }
td.TdClassName
{
border-color: #851434;
}
.TagClassName
{
border-color: #851434;
}
</style>