Shades of Scarlett #85202C
Tints of Scarlett #85202C
RGB
CMYK
RGB Variations
Color information
#85202C (or 0x85202C) is known color: Scarlett. HEX triplet: 85, 20 and 2C. RGB value is (133,32,44). Sum of RGB (Red+Green+Blue) = 133+32+44=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #85202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85202C is #7ADFD3. Grayscale: #3F3F3F. Windows color (decimal): -8052692 or 2891909. OLE color: 2891909.
HSL color Cylindrical-coordinate representation of color #85202C: hue angle of 352.87º 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 #85202C is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 44 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.48 |
| HSL | 352.87º | 0.61% | 0.32% | - |
| HSV(B) | 352.87º | 0.76% | 0.52% | - |
| XYZ | 10.64 | 6.2 | 3.02 | - |
| YUV | 63.57 | 116.96 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 44 | 0 | 0.76 | 0.67 | 0.48 | 352.87 | 0.61 | 0.32 |
| Hex | 85 | 20 | 2C | 0 | 4C | 43 | 30 | 161 | 3D | 20 |
| Octal | 205 | 40 | 54 | 0 | 114 | 103 | 60 | 541 | 75 | 40 |
| Binary | 10000101 | 100000 | 101100 | 0 | 1001100 | 1000011 | 110000 | 101100001 | 111101 | 100000 |
Color Harmonies of #85202C
Complementary color
Monochromatic Colors of #85202C
Black with #85202C
Text Example
Text Example
White with #85202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85202C; }
p { color: rgb(133,32,44); }
H1.HeaderClassName
{
color: #85202C;
}
.AnyTagClassName
{
color: #85202C;
}
</style>
background-color css
<style>
a { background-color: #85202C; }
a { background-color: rgb(133,32,44); }
div.DivClassName
{
background-color: #85202C;
}
.BgClassName
{
background-color: #85202C;
}
</style>
border-color css
<style>
span { border-color: #85202C; }
span { border-color: rgb(133,32,44); }
td.TdClassName
{
border-color: #85202C;
}
.TagClassName
{
border-color: #85202C;
}
</style>