Shades of Scarlett #881A30
Tints of Scarlett #881A30
RGB
CMYK
RGB Variations
Color information
#881A30 (or 0x881A30) is known color: Scarlett. HEX triplet: 88, 1A and 30. RGB value is (136,26,48). Sum of RGB (Red+Green+Blue) = 136+26+48=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #881A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881A30 is #77E5CF. Grayscale: #3D3D3D. Windows color (decimal): -7857616 or 3152520. OLE color: 3152520.
HSL color Cylindrical-coordinate representation of color #881A30: hue angle of 348º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #881A30 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 26 | 48 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.47 |
| HSL | 348º | 0.68% | 0.32% | - |
| HSV(B) | 348º | 0.81% | 0.53% | - |
| XYZ | 11.06 | 6.19 | 3.41 | - |
| YUV | 61.4 | 120.44 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 48 | 0 | 0.81 | 0.65 | 0.47 | 348 | 0.68 | 0.32 |
| Hex | 88 | 1A | 30 | 0 | 51 | 41 | 2F | 15C | 44 | 20 |
| Octal | 210 | 32 | 60 | 0 | 121 | 101 | 57 | 534 | 104 | 40 |
| Binary | 10001000 | 11010 | 110000 | 0 | 1010001 | 1000001 | 101111 | 101011100 | 1000100 | 100000 |
Color Harmonies of #881A30
Complementary color
Monochromatic Colors of #881A30
Black with #881A30
Text Example
Text Example
White with #881A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881A30; }
p { color: rgb(136,26,48); }
H1.HeaderClassName
{
color: #881A30;
}
.AnyTagClassName
{
color: #881A30;
}
</style>
background-color css
<style>
a { background-color: #881A30; }
a { background-color: rgb(136,26,48); }
div.DivClassName
{
background-color: #881A30;
}
.BgClassName
{
background-color: #881A30;
}
</style>
border-color css
<style>
span { border-color: #881A30; }
span { border-color: rgb(136,26,48); }
td.TdClassName
{
border-color: #881A30;
}
.TagClassName
{
border-color: #881A30;
}
</style>