Shades of Scarlett #85132F
Tints of Scarlett #85132F
RGB
CMYK
RGB Variations
Color information
#85132F (or 0x85132F) is known color: Scarlett. HEX triplet: 85, 13 and 2F. RGB value is (133,19,47). Sum of RGB (Red+Green+Blue) = 133+19+47=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #85132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85132F is #7AECD0. Grayscale: #383838. Windows color (decimal): -8056017 or 3085189. OLE color: 3085189.
HSL color Cylindrical-coordinate representation of color #85132F: hue angle of 345.26º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85132F is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 19 | 47 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.48 |
| HSL | 345.26º | 0.75% | 0.3% | - |
| HSV(B) | 345.26º | 0.86% | 0.52% | - |
| XYZ | 10.42 | 5.66 | 3.23 | - |
| YUV | 56.28 | 122.77 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 47 | 0 | 0.86 | 0.65 | 0.48 | 345.26 | 0.75 | 0.3 |
| Hex | 85 | 13 | 2F | 0 | 56 | 41 | 30 | 159 | 4B | 1E |
| Octal | 205 | 23 | 57 | 0 | 126 | 101 | 60 | 531 | 113 | 36 |
| Binary | 10000101 | 10011 | 101111 | 0 | 1010110 | 1000001 | 110000 | 101011001 | 1001011 | 11110 |
Color Harmonies of #85132F
Complementary color
Monochromatic Colors of #85132F
Black with #85132F
Text Example
Text Example
White with #85132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85132F; }
p { color: rgb(133,19,47); }
H1.HeaderClassName
{
color: #85132F;
}
.AnyTagClassName
{
color: #85132F;
}
</style>
background-color css
<style>
a { background-color: #85132F; }
a { background-color: rgb(133,19,47); }
div.DivClassName
{
background-color: #85132F;
}
.BgClassName
{
background-color: #85132F;
}
</style>
border-color css
<style>
span { border-color: #85132F; }
span { border-color: rgb(133,19,47); }
td.TdClassName
{
border-color: #85132F;
}
.TagClassName
{
border-color: #85132F;
}
</style>