Shades of Scarlett #85202D
Tints of Scarlett #85202D
RGB
CMYK
RGB Variations
Color information
#85202D (or 0x85202D) is known color: Scarlett. HEX triplet: 85, 20 and 2D. RGB value is (133,32,45). Sum of RGB (Red+Green+Blue) = 133+32+45=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #85202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85202D is #7ADFD2. Grayscale: #3F3F3F. Windows color (decimal): -8052691 or 2957445. OLE color: 2957445.
HSL color Cylindrical-coordinate representation of color #85202D: hue angle of 352.28º 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 #85202D is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 45 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.48 |
| HSL | 352.28º | 0.61% | 0.32% | - |
| HSV(B) | 352.28º | 0.76% | 0.52% | - |
| XYZ | 10.66 | 6.21 | 3.12 | - |
| YUV | 63.68 | 117.46 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 45 | 0 | 0.76 | 0.66 | 0.48 | 352.28 | 0.61 | 0.32 |
| Hex | 85 | 20 | 2D | 0 | 4C | 42 | 30 | 160 | 3D | 20 |
| Octal | 205 | 40 | 55 | 0 | 114 | 102 | 60 | 540 | 75 | 40 |
| Binary | 10000101 | 100000 | 101101 | 0 | 1001100 | 1000010 | 110000 | 101100000 | 111101 | 100000 |
Color Harmonies of #85202D
Complementary color
Monochromatic Colors of #85202D
Black with #85202D
Text Example
Text Example
White with #85202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85202D; }
p { color: rgb(133,32,45); }
H1.HeaderClassName
{
color: #85202D;
}
.AnyTagClassName
{
color: #85202D;
}
</style>
background-color css
<style>
a { background-color: #85202D; }
a { background-color: rgb(133,32,45); }
div.DivClassName
{
background-color: #85202D;
}
.BgClassName
{
background-color: #85202D;
}
</style>
border-color css
<style>
span { border-color: #85202D; }
span { border-color: rgb(133,32,45); }
td.TdClassName
{
border-color: #85202D;
}
.TagClassName
{
border-color: #85202D;
}
</style>