Shades of Scarlett #851A32
Tints of Scarlett #851A32
RGB
CMYK
RGB Variations
Color information
#851A32 (or 0x851A32) is known color: Scarlett. HEX triplet: 85, 1A and 32. RGB value is (133,26,50). Sum of RGB (Red+Green+Blue) = 133+26+50=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #851A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851A32 is #7AE5CD. Grayscale: #3C3C3C. Windows color (decimal): -8054222 or 3283589. OLE color: 3283589.
HSL color Cylindrical-coordinate representation of color #851A32: hue angle of 346.54º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851A32 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 26 | 50 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.48 |
| HSL | 346.54º | 0.67% | 0.31% | - |
| HSV(B) | 346.54º | 0.8% | 0.52% | - |
| XYZ | 10.62 | 5.96 | 3.61 | - |
| YUV | 60.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 26 | 50 | 0 | 0.80 | 0.62 | 0.48 | 346.54 | 0.67 | 0.31 |
| Hex | 85 | 1A | 32 | 0 | 50 | 3E | 30 | 15B | 43 | 1F |
| Octal | 205 | 32 | 62 | 0 | 120 | 76 | 60 | 533 | 103 | 37 |
| Binary | 10000101 | 11010 | 110010 | 0 | 1010000 | 111110 | 110000 | 101011011 | 1000011 | 11111 |
Color Harmonies of #851A32
Complementary color
Monochromatic Colors of #851A32
Black with #851A32
Text Example
Text Example
White with #851A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851A32; }
p { color: rgb(133,26,50); }
H1.HeaderClassName
{
color: #851A32;
}
.AnyTagClassName
{
color: #851A32;
}
</style>
background-color css
<style>
a { background-color: #851A32; }
a { background-color: rgb(133,26,50); }
div.DivClassName
{
background-color: #851A32;
}
.BgClassName
{
background-color: #851A32;
}
</style>
border-color css
<style>
span { border-color: #851A32; }
span { border-color: rgb(133,26,50); }
td.TdClassName
{
border-color: #851A32;
}
.TagClassName
{
border-color: #851A32;
}
</style>