Shades of Scarlett #821823
Tints of Scarlett #821823
RGB
CMYK
RGB Variations
Color information
#821823 (or 0x821823) is known color: Scarlett. HEX triplet: 82, 18 and 23. RGB value is (130,24,35). Sum of RGB (Red+Green+Blue) = 130+24+35=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #821823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821823 is #7DE7DC. Grayscale: #393939. Windows color (decimal): -8251357 or 2300034. OLE color: 2300034.
HSL color Cylindrical-coordinate representation of color #821823: hue angle of 353.77º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821823 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 24 | 35 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.49 |
| HSL | 353.77º | 0.69% | 0.3% | - |
| HSV(B) | 353.77º | 0.82% | 0.51% | - |
| XYZ | 9.84 | 5.52 | 2.14 | - |
| YUV | 56.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 35 | 0 | 0.82 | 0.73 | 0.49 | 353.77 | 0.69 | 0.3 |
| Hex | 82 | 18 | 23 | 0 | 52 | 49 | 31 | 162 | 45 | 1E |
| Octal | 202 | 30 | 43 | 0 | 122 | 111 | 61 | 542 | 105 | 36 |
| Binary | 10000010 | 11000 | 100011 | 0 | 1010010 | 1001001 | 110001 | 101100010 | 1000101 | 11110 |
Color Harmonies of #821823
Complementary color
Monochromatic Colors of #821823
Black with #821823
Text Example
Text Example
White with #821823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821823; }
p { color: rgb(130,24,35); }
H1.HeaderClassName
{
color: #821823;
}
.AnyTagClassName
{
color: #821823;
}
</style>
background-color css
<style>
a { background-color: #821823; }
a { background-color: rgb(130,24,35); }
div.DivClassName
{
background-color: #821823;
}
.BgClassName
{
background-color: #821823;
}
</style>
border-color css
<style>
span { border-color: #821823; }
span { border-color: rgb(130,24,35); }
td.TdClassName
{
border-color: #821823;
}
.TagClassName
{
border-color: #821823;
}
</style>