Shades of Scarlett #851D2D
Tints of Scarlett #851D2D
RGB
CMYK
RGB Variations
Color information
#851D2D (or 0x851D2D) is known color: Scarlett. HEX triplet: 85, 1D and 2D. RGB value is (133,29,45). Sum of RGB (Red+Green+Blue) = 133+29+45=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #851D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851D2D is #7AE2D2. Grayscale: #3D3D3D. Windows color (decimal): -8053459 or 2956677. OLE color: 2956677.
HSL color Cylindrical-coordinate representation of color #851D2D: hue angle of 350.77º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D2D is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 29 | 45 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.48 |
| HSL | 350.77º | 0.64% | 0.32% | - |
| HSV(B) | 350.77º | 0.78% | 0.52% | - |
| XYZ | 10.59 | 6.05 | 3.09 | - |
| YUV | 61.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 45 | 0 | 0.78 | 0.66 | 0.48 | 350.77 | 0.64 | 0.32 |
| Hex | 85 | 1D | 2D | 0 | 4E | 42 | 30 | 15F | 40 | 20 |
| Octal | 205 | 35 | 55 | 0 | 116 | 102 | 60 | 537 | 100 | 40 |
| Binary | 10000101 | 11101 | 101101 | 0 | 1001110 | 1000010 | 110000 | 101011111 | 1000000 | 100000 |
Color Harmonies of #851D2D
Complementary color
Monochromatic Colors of #851D2D
Black with #851D2D
Text Example
Text Example
White with #851D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D2D; }
p { color: rgb(133,29,45); }
H1.HeaderClassName
{
color: #851D2D;
}
.AnyTagClassName
{
color: #851D2D;
}
</style>
background-color css
<style>
a { background-color: #851D2D; }
a { background-color: rgb(133,29,45); }
div.DivClassName
{
background-color: #851D2D;
}
.BgClassName
{
background-color: #851D2D;
}
</style>
border-color css
<style>
span { border-color: #851D2D; }
span { border-color: rgb(133,29,45); }
td.TdClassName
{
border-color: #851D2D;
}
.TagClassName
{
border-color: #851D2D;
}
</style>