Shades of Scarlett #861834
Tints of Scarlett #861834
RGB
CMYK
RGB Variations
Color information
#861834 (or 0x861834) is known color: Scarlett. HEX triplet: 86, 18 and 34. RGB value is (134,24,52). Sum of RGB (Red+Green+Blue) = 134+24+52=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #861834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861834 is #79E7CB. Grayscale: #3C3C3C. Windows color (decimal): -7989196 or 3414150. OLE color: 3414150.
HSL color Cylindrical-coordinate representation of color #861834: hue angle of 344.73º 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 #861834 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 52 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.47 |
| HSL | 344.73º | 0.7% | 0.31% | - |
| HSV(B) | 344.73º | 0.82% | 0.53% | - |
| XYZ | 10.78 | 5.97 | 3.83 | - |
| YUV | 60.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 52 | 0 | 0.82 | 0.61 | 0.47 | 344.73 | 0.7 | 0.31 |
| Hex | 86 | 18 | 34 | 0 | 52 | 3D | 2F | 159 | 46 | 1F |
| Octal | 206 | 30 | 64 | 0 | 122 | 75 | 57 | 531 | 106 | 37 |
| Binary | 10000110 | 11000 | 110100 | 0 | 1010010 | 111101 | 101111 | 101011001 | 1000110 | 11111 |
Color Harmonies of #861834
Complementary color
Monochromatic Colors of #861834
Black with #861834
Text Example
Text Example
White with #861834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861834; }
p { color: rgb(134,24,52); }
H1.HeaderClassName
{
color: #861834;
}
.AnyTagClassName
{
color: #861834;
}
</style>
background-color css
<style>
a { background-color: #861834; }
a { background-color: rgb(134,24,52); }
div.DivClassName
{
background-color: #861834;
}
.BgClassName
{
background-color: #861834;
}
</style>
border-color css
<style>
span { border-color: #861834; }
span { border-color: rgb(134,24,52); }
td.TdClassName
{
border-color: #861834;
}
.TagClassName
{
border-color: #861834;
}
</style>