Shades of Scarlett #85122D
Tints of Scarlett #85122D
RGB
CMYK
RGB Variations
Color information
#85122D (or 0x85122D) is known color: Scarlett. HEX triplet: 85, 12 and 2D. RGB value is (133,18,45). Sum of RGB (Red+Green+Blue) = 133+18+45=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #85122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85122D is #7AEDD2. Grayscale: #373737. Windows color (decimal): -8056275 or 2953861. OLE color: 2953861.
HSL color Cylindrical-coordinate representation of color #85122D: hue angle of 345.91º 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 #85122D is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 18 | 45 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.48 |
| HSL | 345.91º | 0.76% | 0.3% | - |
| HSV(B) | 345.91º | 0.86% | 0.52% | - |
| XYZ | 10.36 | 5.61 | 3.02 | - |
| YUV | 55.46 | 122.1 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 45 | 0 | 0.86 | 0.66 | 0.48 | 345.91 | 0.76 | 0.3 |
| Hex | 85 | 12 | 2D | 0 | 56 | 42 | 30 | 15A | 4C | 1E |
| Octal | 205 | 22 | 55 | 0 | 126 | 102 | 60 | 532 | 114 | 36 |
| Binary | 10000101 | 10010 | 101101 | 0 | 1010110 | 1000010 | 110000 | 101011010 | 1001100 | 11110 |
Color Harmonies of #85122D
Complementary color
Monochromatic Colors of #85122D
Black with #85122D
Text Example
Text Example
White with #85122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85122D; }
p { color: rgb(133,18,45); }
H1.HeaderClassName
{
color: #85122D;
}
.AnyTagClassName
{
color: #85122D;
}
</style>
background-color css
<style>
a { background-color: #85122D; }
a { background-color: rgb(133,18,45); }
div.DivClassName
{
background-color: #85122D;
}
.BgClassName
{
background-color: #85122D;
}
</style>
border-color css
<style>
span { border-color: #85122D; }
span { border-color: rgb(133,18,45); }
td.TdClassName
{
border-color: #85122D;
}
.TagClassName
{
border-color: #85122D;
}
</style>