Shades of Scarlett #861B28
Tints of Scarlett #861B28
RGB
CMYK
RGB Variations
Color information
#861B28 (or 0x861B28) is known color: Scarlett. HEX triplet: 86, 1B and 28. RGB value is (134,27,40). Sum of RGB (Red+Green+Blue) = 134+27+40=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #861B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861B28 is #79E4D7. Grayscale: #3C3C3C. Windows color (decimal): -7988440 or 2628486. OLE color: 2628486.
HSL color Cylindrical-coordinate representation of color #861B28: hue angle of 352.71º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #861B28 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 27 | 40 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.47 |
| HSL | 352.71º | 0.66% | 0.32% | - |
| HSV(B) | 352.71º | 0.8% | 0.53% | - |
| XYZ | 10.61 | 6.01 | 2.61 | - |
| YUV | 60.48 | 116.45 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 27 | 40 | 0 | 0.80 | 0.70 | 0.47 | 352.71 | 0.66 | 0.32 |
| Hex | 86 | 1B | 28 | 0 | 50 | 46 | 2F | 161 | 42 | 20 |
| Octal | 206 | 33 | 50 | 0 | 120 | 106 | 57 | 541 | 102 | 40 |
| Binary | 10000110 | 11011 | 101000 | 0 | 1010000 | 1000110 | 101111 | 101100001 | 1000010 | 100000 |
Color Harmonies of #861B28
Complementary color
Monochromatic Colors of #861B28
Black with #861B28
Text Example
Text Example
White with #861B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861B28; }
p { color: rgb(134,27,40); }
H1.HeaderClassName
{
color: #861B28;
}
.AnyTagClassName
{
color: #861B28;
}
</style>
background-color css
<style>
a { background-color: #861B28; }
a { background-color: rgb(134,27,40); }
div.DivClassName
{
background-color: #861B28;
}
.BgClassName
{
background-color: #861B28;
}
</style>
border-color css
<style>
span { border-color: #861B28; }
span { border-color: rgb(134,27,40); }
td.TdClassName
{
border-color: #861B28;
}
.TagClassName
{
border-color: #861B28;
}
</style>