Shades of Scarlett #851429
Tints of Scarlett #851429
RGB
CMYK
RGB Variations
Color information
#851429 (or 0x851429) is known color: Scarlett. HEX triplet: 85, 14 and 29. RGB value is (133,20,41). Sum of RGB (Red+Green+Blue) = 133+20+41=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #851429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851429 is #7AEBD6. Grayscale: #383838. Windows color (decimal): -8055767 or 2692229. OLE color: 2692229.
HSL color Cylindrical-coordinate representation of color #851429: hue angle of 348.85º 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 #851429 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 41 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.48 |
| HSL | 348.85º | 0.74% | 0.3% | - |
| HSV(B) | 348.85º | 0.85% | 0.52% | - |
| XYZ | 10.32 | 5.65 | 2.64 | - |
| YUV | 56.18 | 119.44 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 41 | 0 | 0.85 | 0.69 | 0.48 | 348.85 | 0.74 | 0.3 |
| Hex | 85 | 14 | 29 | 0 | 55 | 45 | 30 | 15D | 4A | 1E |
| Octal | 205 | 24 | 51 | 0 | 125 | 105 | 60 | 535 | 112 | 36 |
| Binary | 10000101 | 10100 | 101001 | 0 | 1010101 | 1000101 | 110000 | 101011101 | 1001010 | 11110 |
Color Harmonies of #851429
Complementary color
Monochromatic Colors of #851429
Black with #851429
Text Example
Text Example
White with #851429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851429; }
p { color: rgb(133,20,41); }
H1.HeaderClassName
{
color: #851429;
}
.AnyTagClassName
{
color: #851429;
}
</style>
background-color css
<style>
a { background-color: #851429; }
a { background-color: rgb(133,20,41); }
div.DivClassName
{
background-color: #851429;
}
.BgClassName
{
background-color: #851429;
}
</style>
border-color css
<style>
span { border-color: #851429; }
span { border-color: rgb(133,20,41); }
td.TdClassName
{
border-color: #851429;
}
.TagClassName
{
border-color: #851429;
}
</style>