Shades of Scarlett #85113C
Tints of Scarlett #85113C
RGB
CMYK
RGB Variations
Color information
#85113C (or 0x85113C) is known color: Scarlett. HEX triplet: 85, 11 and 3C. RGB value is (133,17,60). Sum of RGB (Red+Green+Blue) = 133+17+60=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #85113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85113C is #7AEEC3. Grayscale: #383838. Windows color (decimal): -8056516 or 3936645. OLE color: 3936645.
HSL color Cylindrical-coordinate representation of color #85113C: hue angle of 337.76º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85113C is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 60 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.48 |
| HSL | 337.76º | 0.77% | 0.29% | - |
| HSV(B) | 337.76º | 0.87% | 0.52% | - |
| XYZ | 10.69 | 5.71 | 4.81 | - |
| YUV | 56.59 | 129.93 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 60 | 0 | 0.87 | 0.55 | 0.48 | 337.76 | 0.77 | 0.29 |
| Hex | 85 | 11 | 3C | 0 | 57 | 37 | 30 | 152 | 4D | 1D |
| Octal | 205 | 21 | 74 | 0 | 127 | 67 | 60 | 522 | 115 | 35 |
| Binary | 10000101 | 10001 | 111100 | 0 | 1010111 | 110111 | 110000 | 101010010 | 1001101 | 11101 |
Color Harmonies of #85113C
Complementary color
Monochromatic Colors of #85113C
Black with #85113C
Text Example
Text Example
White with #85113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85113C; }
p { color: rgb(133,17,60); }
H1.HeaderClassName
{
color: #85113C;
}
.AnyTagClassName
{
color: #85113C;
}
</style>
background-color css
<style>
a { background-color: #85113C; }
a { background-color: rgb(133,17,60); }
div.DivClassName
{
background-color: #85113C;
}
.BgClassName
{
background-color: #85113C;
}
</style>
border-color css
<style>
span { border-color: #85113C; }
span { border-color: rgb(133,17,60); }
td.TdClassName
{
border-color: #85113C;
}
.TagClassName
{
border-color: #85113C;
}
</style>