Shades of Scarlett #861830
Tints of Scarlett #861830
RGB
CMYK
RGB Variations
Color information
#861830 (or 0x861830) is known color: Scarlett. HEX triplet: 86, 18 and 30. RGB value is (134,24,48). Sum of RGB (Red+Green+Blue) = 134+24+48=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #861830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861830 is #79E7CF. Grayscale: #3B3B3B. Windows color (decimal): -7989200 or 3152006. OLE color: 3152006.
HSL color Cylindrical-coordinate representation of color #861830: hue angle of 346.91º 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 #861830 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 48 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.47 |
| HSL | 346.91º | 0.7% | 0.31% | - |
| HSV(B) | 346.91º | 0.82% | 0.53% | - |
| XYZ | 10.69 | 5.94 | 3.38 | - |
| YUV | 59.63 | 121.44 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 48 | 0 | 0.82 | 0.64 | 0.47 | 346.91 | 0.7 | 0.31 |
| Hex | 86 | 18 | 30 | 0 | 52 | 40 | 2F | 15B | 46 | 1F |
| Octal | 206 | 30 | 60 | 0 | 122 | 100 | 57 | 533 | 106 | 37 |
| Binary | 10000110 | 11000 | 110000 | 0 | 1010010 | 1000000 | 101111 | 101011011 | 1000110 | 11111 |
Color Harmonies of #861830
Complementary color
Monochromatic Colors of #861830
Black with #861830
Text Example
Text Example
White with #861830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861830; }
p { color: rgb(134,24,48); }
H1.HeaderClassName
{
color: #861830;
}
.AnyTagClassName
{
color: #861830;
}
</style>
background-color css
<style>
a { background-color: #861830; }
a { background-color: rgb(134,24,48); }
div.DivClassName
{
background-color: #861830;
}
.BgClassName
{
background-color: #861830;
}
</style>
border-color css
<style>
span { border-color: #861830; }
span { border-color: rgb(134,24,48); }
td.TdClassName
{
border-color: #861830;
}
.TagClassName
{
border-color: #861830;
}
</style>