Shades of Scarlett #85202F
Tints of Scarlett #85202F
RGB
CMYK
RGB Variations
Color information
#85202F (or 0x85202F) is known color: Scarlett. HEX triplet: 85, 20 and 2F. RGB value is (133,32,47). Sum of RGB (Red+Green+Blue) = 133+32+47=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85202F is #7ADFD0. Grayscale: #3F3F3F. Windows color (decimal): -8052689 or 3088517. OLE color: 3088517.
HSL color Cylindrical-coordinate representation of color #85202F: hue angle of 351.09º 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 #85202F is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 47 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.48 |
| HSL | 351.09º | 0.61% | 0.32% | - |
| HSV(B) | 351.09º | 0.76% | 0.52% | - |
| XYZ | 10.7 | 6.22 | 3.33 | - |
| YUV | 63.91 | 118.46 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 47 | 0 | 0.76 | 0.65 | 0.48 | 351.09 | 0.61 | 0.32 |
| Hex | 85 | 20 | 2F | 0 | 4C | 41 | 30 | 15F | 3D | 20 |
| Octal | 205 | 40 | 57 | 0 | 114 | 101 | 60 | 537 | 75 | 40 |
| Binary | 10000101 | 100000 | 101111 | 0 | 1001100 | 1000001 | 110000 | 101011111 | 111101 | 100000 |
Color Harmonies of #85202F
Complementary color
Monochromatic Colors of #85202F
Black with #85202F
Text Example
Text Example
White with #85202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85202F; }
p { color: rgb(133,32,47); }
H1.HeaderClassName
{
color: #85202F;
}
.AnyTagClassName
{
color: #85202F;
}
</style>
background-color css
<style>
a { background-color: #85202F; }
a { background-color: rgb(133,32,47); }
div.DivClassName
{
background-color: #85202F;
}
.BgClassName
{
background-color: #85202F;
}
</style>
border-color css
<style>
span { border-color: #85202F; }
span { border-color: rgb(133,32,47); }
td.TdClassName
{
border-color: #85202F;
}
.TagClassName
{
border-color: #85202F;
}
</style>