Shades of Scarlett #85162A
Tints of Scarlett #85162A
RGB
CMYK
RGB Variations
Color information
#85162A (or 0x85162A) is known color: Scarlett. HEX triplet: 85, 16 and 2A. RGB value is (133,22,42). Sum of RGB (Red+Green+Blue) = 133+22+42=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #85162A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85162A is #7AE9D5. Grayscale: #393939. Windows color (decimal): -8055254 or 2758277. OLE color: 2758277.
HSL color Cylindrical-coordinate representation of color #85162A: hue angle of 349.19º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85162A is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 42 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.48 |
| HSL | 349.19º | 0.72% | 0.3% | - |
| HSV(B) | 349.19º | 0.83% | 0.52% | - |
| XYZ | 10.38 | 5.73 | 2.75 | - |
| YUV | 57.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 42 | 0 | 0.83 | 0.68 | 0.48 | 349.19 | 0.72 | 0.3 |
| Hex | 85 | 16 | 2A | 0 | 53 | 44 | 30 | 15D | 48 | 1E |
| Octal | 205 | 26 | 52 | 0 | 123 | 104 | 60 | 535 | 110 | 36 |
| Binary | 10000101 | 10110 | 101010 | 0 | 1010011 | 1000100 | 110000 | 101011101 | 1001000 | 11110 |
Color Harmonies of #85162A
Complementary color
Monochromatic Colors of #85162A
Black with #85162A
Text Example
Text Example
White with #85162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85162A; }
p { color: rgb(133,22,42); }
H1.HeaderClassName
{
color: #85162A;
}
.AnyTagClassName
{
color: #85162A;
}
</style>
background-color css
<style>
a { background-color: #85162A; }
a { background-color: rgb(133,22,42); }
div.DivClassName
{
background-color: #85162A;
}
.BgClassName
{
background-color: #85162A;
}
</style>
border-color css
<style>
span { border-color: #85162A; }
span { border-color: rgb(133,22,42); }
td.TdClassName
{
border-color: #85162A;
}
.TagClassName
{
border-color: #85162A;
}
</style>