Shades of Scarlett #851D30
Tints of Scarlett #851D30
RGB
CMYK
RGB Variations
Color information
#851D30 (or 0x851D30) is known color: Scarlett. HEX triplet: 85, 1D and 30. RGB value is (133,29,48). Sum of RGB (Red+Green+Blue) = 133+29+48=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #851D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851D30 is #7AE2CF. Grayscale: #3E3E3E. Windows color (decimal): -8053456 or 3153285. OLE color: 3153285.
HSL color Cylindrical-coordinate representation of color #851D30: hue angle of 349.04º 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 #851D30 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 29 | 48 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.48 |
| HSL | 349.04º | 0.64% | 0.32% | - |
| HSV(B) | 349.04º | 0.78% | 0.52% | - |
| XYZ | 10.65 | 6.08 | 3.41 | - |
| YUV | 62.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 48 | 0 | 0.78 | 0.64 | 0.48 | 349.04 | 0.64 | 0.32 |
| Hex | 85 | 1D | 30 | 0 | 4E | 40 | 30 | 15D | 40 | 20 |
| Octal | 205 | 35 | 60 | 0 | 116 | 100 | 60 | 535 | 100 | 40 |
| Binary | 10000101 | 11101 | 110000 | 0 | 1001110 | 1000000 | 110000 | 101011101 | 1000000 | 100000 |
Color Harmonies of #851D30
Complementary color
Monochromatic Colors of #851D30
Black with #851D30
Text Example
Text Example
White with #851D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D30; }
p { color: rgb(133,29,48); }
H1.HeaderClassName
{
color: #851D30;
}
.AnyTagClassName
{
color: #851D30;
}
</style>
background-color css
<style>
a { background-color: #851D30; }
a { background-color: rgb(133,29,48); }
div.DivClassName
{
background-color: #851D30;
}
.BgClassName
{
background-color: #851D30;
}
</style>
border-color css
<style>
span { border-color: #851D30; }
span { border-color: rgb(133,29,48); }
td.TdClassName
{
border-color: #851D30;
}
.TagClassName
{
border-color: #851D30;
}
</style>