Shades of Scarlett #861833
Tints of Scarlett #861833
RGB
CMYK
RGB Variations
Color information
#861833 (or 0x861833) is known color: Scarlett. HEX triplet: 86, 18 and 33. RGB value is (134,24,51). Sum of RGB (Red+Green+Blue) = 134+24+51=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #861833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861833 is #79E7CC. Grayscale: #3B3B3B. Windows color (decimal): -7989197 or 3348614. OLE color: 3348614.
HSL color Cylindrical-coordinate representation of color #861833: hue angle of 345.27º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #861833 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 51 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.47 |
| HSL | 345.27º | 0.7% | 0.31% | - |
| HSV(B) | 345.27º | 0.82% | 0.53% | - |
| XYZ | 10.76 | 5.96 | 3.72 | - |
| YUV | 59.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 51 | 0 | 0.82 | 0.62 | 0.47 | 345.27 | 0.7 | 0.31 |
| Hex | 86 | 18 | 33 | 0 | 52 | 3E | 2F | 159 | 46 | 1F |
| Octal | 206 | 30 | 63 | 0 | 122 | 76 | 57 | 531 | 106 | 37 |
| Binary | 10000110 | 11000 | 110011 | 0 | 1010010 | 111110 | 101111 | 101011001 | 1000110 | 11111 |
Color Harmonies of #861833
Complementary color
Monochromatic Colors of #861833
Black with #861833
Text Example
Text Example
White with #861833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861833; }
p { color: rgb(134,24,51); }
H1.HeaderClassName
{
color: #861833;
}
.AnyTagClassName
{
color: #861833;
}
</style>
background-color css
<style>
a { background-color: #861833; }
a { background-color: rgb(134,24,51); }
div.DivClassName
{
background-color: #861833;
}
.BgClassName
{
background-color: #861833;
}
</style>
border-color css
<style>
span { border-color: #861833; }
span { border-color: rgb(134,24,51); }
td.TdClassName
{
border-color: #861833;
}
.TagClassName
{
border-color: #861833;
}
</style>