Shades of Scarlett #861932
Tints of Scarlett #861932
RGB
CMYK
RGB Variations
Color information
#861932 (or 0x861932) is known color: Scarlett. HEX triplet: 86, 19 and 32. RGB value is (134,25,50). Sum of RGB (Red+Green+Blue) = 134+25+50=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #861932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861932 is #79E6CD. Grayscale: #3C3C3C. Windows color (decimal): -7988942 or 3283334. OLE color: 3283334.
HSL color Cylindrical-coordinate representation of color #861932: hue angle of 346.24º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861932 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 25 | 50 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.47 |
| HSL | 346.24º | 0.69% | 0.31% | - |
| HSV(B) | 346.24º | 0.81% | 0.53% | - |
| XYZ | 10.75 | 5.99 | 3.61 | - |
| YUV | 60.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 50 | 0 | 0.81 | 0.63 | 0.47 | 346.24 | 0.69 | 0.31 |
| Hex | 86 | 19 | 32 | 0 | 51 | 3F | 2F | 15A | 45 | 1F |
| Octal | 206 | 31 | 62 | 0 | 121 | 77 | 57 | 532 | 105 | 37 |
| Binary | 10000110 | 11001 | 110010 | 0 | 1010001 | 111111 | 101111 | 101011010 | 1000101 | 11111 |
Color Harmonies of #861932
Complementary color
Monochromatic Colors of #861932
Black with #861932
Text Example
Text Example
White with #861932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861932; }
p { color: rgb(134,25,50); }
H1.HeaderClassName
{
color: #861932;
}
.AnyTagClassName
{
color: #861932;
}
</style>
background-color css
<style>
a { background-color: #861932; }
a { background-color: rgb(134,25,50); }
div.DivClassName
{
background-color: #861932;
}
.BgClassName
{
background-color: #861932;
}
</style>
border-color css
<style>
span { border-color: #861932; }
span { border-color: rgb(134,25,50); }
td.TdClassName
{
border-color: #861932;
}
.TagClassName
{
border-color: #861932;
}
</style>