Shades of Scarlett #85172F
Tints of Scarlett #85172F
RGB
CMYK
RGB Variations
Color information
#85172F (or 0x85172F) is known color: Scarlett. HEX triplet: 85, 17 and 2F. RGB value is (133,23,47). Sum of RGB (Red+Green+Blue) = 133+23+47=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #85172F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85172F is #7AE8D0. Grayscale: #3A3A3A. Windows color (decimal): -8054993 or 3086213. OLE color: 3086213.
HSL color Cylindrical-coordinate representation of color #85172F: hue angle of 346.91º 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 #85172F is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 47 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.48 |
| HSL | 346.91º | 0.71% | 0.31% | - |
| HSV(B) | 346.91º | 0.83% | 0.52% | - |
| XYZ | 10.49 | 5.8 | 3.26 | - |
| YUV | 58.63 | 121.44 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 47 | 0 | 0.83 | 0.65 | 0.48 | 346.91 | 0.71 | 0.31 |
| Hex | 85 | 17 | 2F | 0 | 53 | 41 | 30 | 15B | 47 | 1F |
| Octal | 205 | 27 | 57 | 0 | 123 | 101 | 60 | 533 | 107 | 37 |
| Binary | 10000101 | 10111 | 101111 | 0 | 1010011 | 1000001 | 110000 | 101011011 | 1000111 | 11111 |
Color Harmonies of #85172F
Complementary color
Monochromatic Colors of #85172F
Black with #85172F
Text Example
Text Example
White with #85172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85172F; }
p { color: rgb(133,23,47); }
H1.HeaderClassName
{
color: #85172F;
}
.AnyTagClassName
{
color: #85172F;
}
</style>
background-color css
<style>
a { background-color: #85172F; }
a { background-color: rgb(133,23,47); }
div.DivClassName
{
background-color: #85172F;
}
.BgClassName
{
background-color: #85172F;
}
</style>
border-color css
<style>
span { border-color: #85172F; }
span { border-color: rgb(133,23,47); }
td.TdClassName
{
border-color: #85172F;
}
.TagClassName
{
border-color: #85172F;
}
</style>