Shades of Scarlett #85123D
Tints of Scarlett #85123D
RGB
CMYK
RGB Variations
Color information
#85123D (or 0x85123D) is known color: Scarlett. HEX triplet: 85, 12 and 3D. RGB value is (133,18,61). Sum of RGB (Red+Green+Blue) = 133+18+61=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85123D is #7AEDC2. Grayscale: #393939. Windows color (decimal): -8056259 or 4002437. OLE color: 4002437.
HSL color Cylindrical-coordinate representation of color #85123D: hue angle of 337.57º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85123D is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 18 | 61 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.48 |
| HSL | 337.57º | 0.76% | 0.3% | - |
| HSV(B) | 337.57º | 0.86% | 0.52% | - |
| XYZ | 10.73 | 5.76 | 4.96 | - |
| YUV | 57.29 | 130.1 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 61 | 0 | 0.86 | 0.54 | 0.48 | 337.57 | 0.76 | 0.3 |
| Hex | 85 | 12 | 3D | 0 | 56 | 36 | 30 | 152 | 4C | 1E |
| Octal | 205 | 22 | 75 | 0 | 126 | 66 | 60 | 522 | 114 | 36 |
| Binary | 10000101 | 10010 | 111101 | 0 | 1010110 | 110110 | 110000 | 101010010 | 1001100 | 11110 |
Color Harmonies of #85123D
Complementary color
Monochromatic Colors of #85123D
Black with #85123D
Text Example
Text Example
White with #85123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85123D; }
p { color: rgb(133,18,61); }
H1.HeaderClassName
{
color: #85123D;
}
.AnyTagClassName
{
color: #85123D;
}
</style>
background-color css
<style>
a { background-color: #85123D; }
a { background-color: rgb(133,18,61); }
div.DivClassName
{
background-color: #85123D;
}
.BgClassName
{
background-color: #85123D;
}
</style>
border-color css
<style>
span { border-color: #85123D; }
span { border-color: rgb(133,18,61); }
td.TdClassName
{
border-color: #85123D;
}
.TagClassName
{
border-color: #85123D;
}
</style>