Shades of Scarlett #85162B
Tints of Scarlett #85162B
RGB
CMYK
RGB Variations
Color information
#85162B (or 0x85162B) is known color: Scarlett. HEX triplet: 85, 16 and 2B. RGB value is (133,22,43). Sum of RGB (Red+Green+Blue) = 133+22+43=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #85162B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85162B is #7AE9D4. Grayscale: #393939. Windows color (decimal): -8055253 or 2823813. OLE color: 2823813.
HSL color Cylindrical-coordinate representation of color #85162B: hue angle of 348.65º 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 #85162B is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 43 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.48 |
| HSL | 348.65º | 0.72% | 0.3% | - |
| HSV(B) | 348.65º | 0.83% | 0.52% | - |
| XYZ | 10.4 | 5.73 | 2.84 | - |
| YUV | 57.58 | 119.77 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 43 | 0 | 0.83 | 0.68 | 0.48 | 348.65 | 0.72 | 0.3 |
| Hex | 85 | 16 | 2B | 0 | 53 | 44 | 30 | 15D | 48 | 1E |
| Octal | 205 | 26 | 53 | 0 | 123 | 104 | 60 | 535 | 110 | 36 |
| Binary | 10000101 | 10110 | 101011 | 0 | 1010011 | 1000100 | 110000 | 101011101 | 1001000 | 11110 |
Color Harmonies of #85162B
Complementary color
Monochromatic Colors of #85162B
Black with #85162B
Text Example
Text Example
White with #85162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85162B; }
p { color: rgb(133,22,43); }
H1.HeaderClassName
{
color: #85162B;
}
.AnyTagClassName
{
color: #85162B;
}
</style>
background-color css
<style>
a { background-color: #85162B; }
a { background-color: rgb(133,22,43); }
div.DivClassName
{
background-color: #85162B;
}
.BgClassName
{
background-color: #85162B;
}
</style>
border-color css
<style>
span { border-color: #85162B; }
span { border-color: rgb(133,22,43); }
td.TdClassName
{
border-color: #85162B;
}
.TagClassName
{
border-color: #85162B;
}
</style>