Shades of Scarlett #852030
Tints of Scarlett #852030
RGB
CMYK
RGB Variations
Color information
#852030 (or 0x852030) is known color: Scarlett. HEX triplet: 85, 20 and 30. RGB value is (133,32,48). Sum of RGB (Red+Green+Blue) = 133+32+48=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #852030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852030 is #7ADFCF. Grayscale: #404040. Windows color (decimal): -8052688 or 3154053. OLE color: 3154053.
HSL color Cylindrical-coordinate representation of color #852030: hue angle of 350.5º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852030 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 48 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.48 |
| HSL | 350.5º | 0.61% | 0.32% | - |
| HSV(B) | 350.5º | 0.76% | 0.52% | - |
| XYZ | 10.72 | 6.23 | 3.43 | - |
| YUV | 64.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 48 | 0 | 0.76 | 0.64 | 0.48 | 350.5 | 0.61 | 0.32 |
| Hex | 85 | 20 | 30 | 0 | 4C | 40 | 30 | 15E | 3D | 20 |
| Octal | 205 | 40 | 60 | 0 | 114 | 100 | 60 | 536 | 75 | 40 |
| Binary | 10000101 | 100000 | 110000 | 0 | 1001100 | 1000000 | 110000 | 101011110 | 111101 | 100000 |
Color Harmonies of #852030
Complementary color
Monochromatic Colors of #852030
Black with #852030
Text Example
Text Example
White with #852030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852030; }
p { color: rgb(133,32,48); }
H1.HeaderClassName
{
color: #852030;
}
.AnyTagClassName
{
color: #852030;
}
</style>
background-color css
<style>
a { background-color: #852030; }
a { background-color: rgb(133,32,48); }
div.DivClassName
{
background-color: #852030;
}
.BgClassName
{
background-color: #852030;
}
</style>
border-color css
<style>
span { border-color: #852030; }
span { border-color: rgb(133,32,48); }
td.TdClassName
{
border-color: #852030;
}
.TagClassName
{
border-color: #852030;
}
</style>