Shades of Scarlett #881833
Tints of Scarlett #881833
RGB
CMYK
RGB Variations
Color information
#881833 (or 0x881833) is known color: Scarlett. HEX triplet: 88, 18 and 33. RGB value is (136,24,51). Sum of RGB (Red+Green+Blue) = 136+24+51=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #881833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881833 is #77E7CC. Grayscale: #3C3C3C. Windows color (decimal): -7858125 or 3348616. OLE color: 3348616.
HSL color Cylindrical-coordinate representation of color #881833: hue angle of 345.54º 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 #881833 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 24 | 51 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.47 |
| HSL | 345.54º | 0.7% | 0.31% | - |
| HSV(B) | 345.54º | 0.82% | 0.53% | - |
| XYZ | 11.08 | 6.13 | 3.73 | - |
| YUV | 60.57 | 122.61 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 51 | 0 | 0.82 | 0.62 | 0.47 | 345.54 | 0.7 | 0.31 |
| Hex | 88 | 18 | 33 | 0 | 52 | 3E | 2F | 15A | 46 | 1F |
| Octal | 210 | 30 | 63 | 0 | 122 | 76 | 57 | 532 | 106 | 37 |
| Binary | 10001000 | 11000 | 110011 | 0 | 1010010 | 111110 | 101111 | 101011010 | 1000110 | 11111 |
Color Harmonies of #881833
Complementary color
Monochromatic Colors of #881833
Black with #881833
Text Example
Text Example
White with #881833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881833; }
p { color: rgb(136,24,51); }
H1.HeaderClassName
{
color: #881833;
}
.AnyTagClassName
{
color: #881833;
}
</style>
background-color css
<style>
a { background-color: #881833; }
a { background-color: rgb(136,24,51); }
div.DivClassName
{
background-color: #881833;
}
.BgClassName
{
background-color: #881833;
}
</style>
border-color css
<style>
span { border-color: #881833; }
span { border-color: rgb(136,24,51); }
td.TdClassName
{
border-color: #881833;
}
.TagClassName
{
border-color: #881833;
}
</style>