Shades of Scarlett #85172E
Tints of Scarlett #85172E
RGB
CMYK
RGB Variations
Color information
#85172E (or 0x85172E) is known color: Scarlett. HEX triplet: 85, 17 and 2E. RGB value is (133,23,46). Sum of RGB (Red+Green+Blue) = 133+23+46=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #85172E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85172E is #7AE8D1. Grayscale: #3A3A3A. Windows color (decimal): -8054994 or 3020677. OLE color: 3020677.
HSL color Cylindrical-coordinate representation of color #85172E: hue angle of 347.45º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85172E is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 46 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.48 |
| HSL | 347.45º | 0.71% | 0.31% | - |
| HSV(B) | 347.45º | 0.83% | 0.52% | - |
| XYZ | 10.47 | 5.8 | 3.15 | - |
| YUV | 58.51 | 120.94 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 46 | 0 | 0.83 | 0.65 | 0.48 | 347.45 | 0.71 | 0.31 |
| Hex | 85 | 17 | 2E | 0 | 53 | 41 | 30 | 15B | 47 | 1F |
| Octal | 205 | 27 | 56 | 0 | 123 | 101 | 60 | 533 | 107 | 37 |
| Binary | 10000101 | 10111 | 101110 | 0 | 1010011 | 1000001 | 110000 | 101011011 | 1000111 | 11111 |
Color Harmonies of #85172E
Complementary color
Monochromatic Colors of #85172E
Black with #85172E
Text Example
Text Example
White with #85172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85172E; }
p { color: rgb(133,23,46); }
H1.HeaderClassName
{
color: #85172E;
}
.AnyTagClassName
{
color: #85172E;
}
</style>
background-color css
<style>
a { background-color: #85172E; }
a { background-color: rgb(133,23,46); }
div.DivClassName
{
background-color: #85172E;
}
.BgClassName
{
background-color: #85172E;
}
</style>
border-color css
<style>
span { border-color: #85172E; }
span { border-color: rgb(133,23,46); }
td.TdClassName
{
border-color: #85172E;
}
.TagClassName
{
border-color: #85172E;
}
</style>