Shades of Scarlett #881433
Tints of Scarlett #881433
RGB
CMYK
RGB Variations
Color information
#881433 (or 0x881433) is known color: Scarlett. HEX triplet: 88, 14 and 33. RGB value is (136,20,51). Sum of RGB (Red+Green+Blue) = 136+20+51=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #881433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881433 is #77EBCC. Grayscale: #3A3A3A. Windows color (decimal): -7859149 or 3347592. OLE color: 3347592.
HSL color Cylindrical-coordinate representation of color #881433: hue angle of 343.97º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881433 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 20 | 51 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.47 |
| HSL | 343.97º | 0.74% | 0.31% | - |
| HSV(B) | 343.97º | 0.85% | 0.53% | - |
| XYZ | 11 | 5.97 | 3.71 | - |
| YUV | 58.22 | 123.93 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 51 | 0 | 0.85 | 0.62 | 0.47 | 343.97 | 0.74 | 0.31 |
| Hex | 88 | 14 | 33 | 0 | 55 | 3E | 2F | 158 | 4A | 1F |
| Octal | 210 | 24 | 63 | 0 | 125 | 76 | 57 | 530 | 112 | 37 |
| Binary | 10001000 | 10100 | 110011 | 0 | 1010101 | 111110 | 101111 | 101011000 | 1001010 | 11111 |
Color Harmonies of #881433
Complementary color
Monochromatic Colors of #881433
Black with #881433
Text Example
Text Example
White with #881433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881433; }
p { color: rgb(136,20,51); }
H1.HeaderClassName
{
color: #881433;
}
.AnyTagClassName
{
color: #881433;
}
</style>
background-color css
<style>
a { background-color: #881433; }
a { background-color: rgb(136,20,51); }
div.DivClassName
{
background-color: #881433;
}
.BgClassName
{
background-color: #881433;
}
</style>
border-color css
<style>
span { border-color: #881433; }
span { border-color: rgb(136,20,51); }
td.TdClassName
{
border-color: #881433;
}
.TagClassName
{
border-color: #881433;
}
</style>