Shades of Scarlett #851433
Tints of Scarlett #851433
RGB
CMYK
RGB Variations
Color information
#851433 (or 0x851433) is known color: Scarlett. HEX triplet: 85, 14 and 33. RGB value is (133,20,51). Sum of RGB (Red+Green+Blue) = 133+20+51=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #851433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851433 is #7AEBCC. Grayscale: #393939. Windows color (decimal): -8055757 or 3347589. OLE color: 3347589.
HSL color Cylindrical-coordinate representation of color #851433: hue angle of 343.54º 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 #851433 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 51 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.48 |
| HSL | 343.54º | 0.74% | 0.3% | - |
| HSV(B) | 343.54º | 0.85% | 0.52% | - |
| XYZ | 10.52 | 5.73 | 3.68 | - |
| YUV | 57.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 51 | 0 | 0.85 | 0.62 | 0.48 | 343.54 | 0.74 | 0.3 |
| Hex | 85 | 14 | 33 | 0 | 55 | 3E | 30 | 158 | 4A | 1E |
| Octal | 205 | 24 | 63 | 0 | 125 | 76 | 60 | 530 | 112 | 36 |
| Binary | 10000101 | 10100 | 110011 | 0 | 1010101 | 111110 | 110000 | 101011000 | 1001010 | 11110 |
Color Harmonies of #851433
Complementary color
Monochromatic Colors of #851433
Black with #851433
Text Example
Text Example
White with #851433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851433; }
p { color: rgb(133,20,51); }
H1.HeaderClassName
{
color: #851433;
}
.AnyTagClassName
{
color: #851433;
}
</style>
background-color css
<style>
a { background-color: #851433; }
a { background-color: rgb(133,20,51); }
div.DivClassName
{
background-color: #851433;
}
.BgClassName
{
background-color: #851433;
}
</style>
border-color css
<style>
span { border-color: #851433; }
span { border-color: rgb(133,20,51); }
td.TdClassName
{
border-color: #851433;
}
.TagClassName
{
border-color: #851433;
}
</style>