Shades of Scarlett #861A32
Tints of Scarlett #861A32
RGB
CMYK
RGB Variations
Color information
#861A32 (or 0x861A32) is known color: Scarlett. HEX triplet: 86, 1A and 32. RGB value is (134,26,50). Sum of RGB (Red+Green+Blue) = 134+26+50=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #861A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861A32 is #79E5CD. Grayscale: #3D3D3D. Windows color (decimal): -7988686 or 3283590. OLE color: 3283590.
HSL color Cylindrical-coordinate representation of color #861A32: hue angle of 346.67º degrees, saturation: 0.68, 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 #861A32 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 26 | 50 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.47 |
| HSL | 346.67º | 0.68% | 0.31% | - |
| HSV(B) | 346.67º | 0.81% | 0.53% | - |
| XYZ | 10.78 | 6.04 | 3.61 | - |
| YUV | 61.03 | 121.78 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 26 | 50 | 0 | 0.81 | 0.63 | 0.47 | 346.67 | 0.68 | 0.31 |
| Hex | 86 | 1A | 32 | 0 | 51 | 3F | 2F | 15B | 44 | 1F |
| Octal | 206 | 32 | 62 | 0 | 121 | 77 | 57 | 533 | 104 | 37 |
| Binary | 10000110 | 11010 | 110010 | 0 | 1010001 | 111111 | 101111 | 101011011 | 1000100 | 11111 |
Color Harmonies of #861A32
Complementary color
Monochromatic Colors of #861A32
Black with #861A32
Text Example
Text Example
White with #861A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861A32; }
p { color: rgb(134,26,50); }
H1.HeaderClassName
{
color: #861A32;
}
.AnyTagClassName
{
color: #861A32;
}
</style>
background-color css
<style>
a { background-color: #861A32; }
a { background-color: rgb(134,26,50); }
div.DivClassName
{
background-color: #861A32;
}
.BgClassName
{
background-color: #861A32;
}
</style>
border-color css
<style>
span { border-color: #861A32; }
span { border-color: rgb(134,26,50); }
td.TdClassName
{
border-color: #861A32;
}
.TagClassName
{
border-color: #861A32;
}
</style>