Shades of Scarlett #851F2D
Tints of Scarlett #851F2D
RGB
CMYK
RGB Variations
Color information
#851F2D (or 0x851F2D) is known color: Scarlett. HEX triplet: 85, 1F and 2D. RGB value is (133,31,45). Sum of RGB (Red+Green+Blue) = 133+31+45=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #851F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851F2D is #7AE0D2. Grayscale: #3F3F3F. Windows color (decimal): -8052947 or 2957189. OLE color: 2957189.
HSL color Cylindrical-coordinate representation of color #851F2D: hue angle of 351.76º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #851F2D is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 31 | 45 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.48 |
| HSL | 351.76º | 0.62% | 0.32% | - |
| HSV(B) | 351.76º | 0.77% | 0.52% | - |
| XYZ | 10.64 | 6.16 | 3.11 | - |
| YUV | 63.09 | 117.79 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 31 | 45 | 0 | 0.77 | 0.66 | 0.48 | 351.76 | 0.62 | 0.32 |
| Hex | 85 | 1F | 2D | 0 | 4D | 42 | 30 | 160 | 3E | 20 |
| Octal | 205 | 37 | 55 | 0 | 115 | 102 | 60 | 540 | 76 | 40 |
| Binary | 10000101 | 11111 | 101101 | 0 | 1001101 | 1000010 | 110000 | 101100000 | 111110 | 100000 |
Color Harmonies of #851F2D
Complementary color
Monochromatic Colors of #851F2D
Black with #851F2D
Text Example
Text Example
White with #851F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851F2D; }
p { color: rgb(133,31,45); }
H1.HeaderClassName
{
color: #851F2D;
}
.AnyTagClassName
{
color: #851F2D;
}
</style>
background-color css
<style>
a { background-color: #851F2D; }
a { background-color: rgb(133,31,45); }
div.DivClassName
{
background-color: #851F2D;
}
.BgClassName
{
background-color: #851F2D;
}
</style>
border-color css
<style>
span { border-color: #851F2D; }
span { border-color: rgb(133,31,45); }
td.TdClassName
{
border-color: #851F2D;
}
.TagClassName
{
border-color: #851F2D;
}
</style>