Shades of Scarlett #85142B
Tints of Scarlett #85142B
RGB
CMYK
RGB Variations
Color information
#85142B (or 0x85142B) is known color: Scarlett. HEX triplet: 85, 14 and 2B. RGB value is (133,20,43). Sum of RGB (Red+Green+Blue) = 133+20+43=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #85142B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85142B is #7AEBD4. Grayscale: #383838. Windows color (decimal): -8055765 or 2823301. OLE color: 2823301.
HSL color Cylindrical-coordinate representation of color #85142B: hue angle of 347.79º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85142B is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 43 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.48 |
| HSL | 347.79º | 0.74% | 0.3% | - |
| HSV(B) | 347.79º | 0.85% | 0.52% | - |
| XYZ | 10.36 | 5.66 | 2.83 | - |
| YUV | 56.41 | 120.44 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 43 | 0 | 0.85 | 0.68 | 0.48 | 347.79 | 0.74 | 0.3 |
| Hex | 85 | 14 | 2B | 0 | 55 | 44 | 30 | 15C | 4A | 1E |
| Octal | 205 | 24 | 53 | 0 | 125 | 104 | 60 | 534 | 112 | 36 |
| Binary | 10000101 | 10100 | 101011 | 0 | 1010101 | 1000100 | 110000 | 101011100 | 1001010 | 11110 |
Color Harmonies of #85142B
Complementary color
Monochromatic Colors of #85142B
Black with #85142B
Text Example
Text Example
White with #85142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85142B; }
p { color: rgb(133,20,43); }
H1.HeaderClassName
{
color: #85142B;
}
.AnyTagClassName
{
color: #85142B;
}
</style>
background-color css
<style>
a { background-color: #85142B; }
a { background-color: rgb(133,20,43); }
div.DivClassName
{
background-color: #85142B;
}
.BgClassName
{
background-color: #85142B;
}
</style>
border-color css
<style>
span { border-color: #85142B; }
span { border-color: rgb(133,20,43); }
td.TdClassName
{
border-color: #85142B;
}
.TagClassName
{
border-color: #85142B;
}
</style>