Shades of Scarlett #85192A
Tints of Scarlett #85192A
RGB
CMYK
RGB Variations
Color information
#85192A (or 0x85192A) is known color: Scarlett. HEX triplet: 85, 19 and 2A. RGB value is (133,25,42). Sum of RGB (Red+Green+Blue) = 133+25+42=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #85192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85192A is #7AE6D5. Grayscale: #3B3B3B. Windows color (decimal): -8054486 or 2759045. OLE color: 2759045.
HSL color Cylindrical-coordinate representation of color #85192A: hue angle of 350.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85192A is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 25 | 42 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.48 |
| HSL | 350.56º | 0.68% | 0.31% | - |
| HSV(B) | 350.56º | 0.81% | 0.52% | - |
| XYZ | 10.44 | 5.85 | 2.77 | - |
| YUV | 59.23 | 118.28 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 42 | 0 | 0.81 | 0.68 | 0.48 | 350.56 | 0.68 | 0.31 |
| Hex | 85 | 19 | 2A | 0 | 51 | 44 | 30 | 15F | 44 | 1F |
| Octal | 205 | 31 | 52 | 0 | 121 | 104 | 60 | 537 | 104 | 37 |
| Binary | 10000101 | 11001 | 101010 | 0 | 1010001 | 1000100 | 110000 | 101011111 | 1000100 | 11111 |
Color Harmonies of #85192A
Complementary color
Monochromatic Colors of #85192A
Black with #85192A
Text Example
Text Example
White with #85192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85192A; }
p { color: rgb(133,25,42); }
H1.HeaderClassName
{
color: #85192A;
}
.AnyTagClassName
{
color: #85192A;
}
</style>
background-color css
<style>
a { background-color: #85192A; }
a { background-color: rgb(133,25,42); }
div.DivClassName
{
background-color: #85192A;
}
.BgClassName
{
background-color: #85192A;
}
</style>
border-color css
<style>
span { border-color: #85192A; }
span { border-color: rgb(133,25,42); }
td.TdClassName
{
border-color: #85192A;
}
.TagClassName
{
border-color: #85192A;
}
</style>