Shades of Scarlett #851C33
Tints of Scarlett #851C33
RGB
CMYK
RGB Variations
Color information
#851C33 (or 0x851C33) is known color: Scarlett. HEX triplet: 85, 1C and 33. RGB value is (133,28,51). Sum of RGB (Red+Green+Blue) = 133+28+51=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #851C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C33 is #7AE3CC. Grayscale: #3E3E3E. Windows color (decimal): -8053709 or 3349637. OLE color: 3349637.
HSL color Cylindrical-coordinate representation of color #851C33: hue angle of 346.86º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851C33 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 28 | 51 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.48 |
| HSL | 346.86º | 0.65% | 0.32% | - |
| HSV(B) | 346.86º | 0.79% | 0.52% | - |
| XYZ | 10.69 | 6.06 | 3.74 | - |
| YUV | 62.02 | 121.79 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 51 | 0 | 0.79 | 0.62 | 0.48 | 346.86 | 0.65 | 0.32 |
| Hex | 85 | 1C | 33 | 0 | 4F | 3E | 30 | 15B | 41 | 20 |
| Octal | 205 | 34 | 63 | 0 | 117 | 76 | 60 | 533 | 101 | 40 |
| Binary | 10000101 | 11100 | 110011 | 0 | 1001111 | 111110 | 110000 | 101011011 | 1000001 | 100000 |
Color Harmonies of #851C33
Complementary color
Monochromatic Colors of #851C33
Black with #851C33
Text Example
Text Example
White with #851C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851C33; }
p { color: rgb(133,28,51); }
H1.HeaderClassName
{
color: #851C33;
}
.AnyTagClassName
{
color: #851C33;
}
</style>
background-color css
<style>
a { background-color: #851C33; }
a { background-color: rgb(133,28,51); }
div.DivClassName
{
background-color: #851C33;
}
.BgClassName
{
background-color: #851C33;
}
</style>
border-color css
<style>
span { border-color: #851C33; }
span { border-color: rgb(133,28,51); }
td.TdClassName
{
border-color: #851C33;
}
.TagClassName
{
border-color: #851C33;
}
</style>