Shades of Scarlett #821B32
Tints of Scarlett #821B32
RGB
CMYK
RGB Variations
Color information
#821B32 (or 0x821B32) is known color: Scarlett. HEX triplet: 82, 1B and 32. RGB value is (130,27,50). Sum of RGB (Red+Green+Blue) = 130+27+50=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #821B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B32 is #7DE4CD. Grayscale: #3C3C3C. Windows color (decimal): -8250574 or 3283842. OLE color: 3283842.
HSL color Cylindrical-coordinate representation of color #821B32: hue angle of 346.6º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #821B32 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 27 | 50 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.49 |
| HSL | 346.6º | 0.66% | 0.31% | - |
| HSV(B) | 346.6º | 0.79% | 0.51% | - |
| XYZ | 10.17 | 5.76 | 3.59 | - |
| YUV | 60.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 50 | 0 | 0.79 | 0.62 | 0.49 | 346.6 | 0.66 | 0.31 |
| Hex | 82 | 1B | 32 | 0 | 4F | 3E | 31 | 15B | 42 | 1F |
| Octal | 202 | 33 | 62 | 0 | 117 | 76 | 61 | 533 | 102 | 37 |
| Binary | 10000010 | 11011 | 110010 | 0 | 1001111 | 111110 | 110001 | 101011011 | 1000010 | 11111 |
Color Harmonies of #821B32
Complementary color
Monochromatic Colors of #821B32
Black with #821B32
Text Example
Text Example
White with #821B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B32; }
p { color: rgb(130,27,50); }
H1.HeaderClassName
{
color: #821B32;
}
.AnyTagClassName
{
color: #821B32;
}
</style>
background-color css
<style>
a { background-color: #821B32; }
a { background-color: rgb(130,27,50); }
div.DivClassName
{
background-color: #821B32;
}
.BgClassName
{
background-color: #821B32;
}
</style>
border-color css
<style>
span { border-color: #821B32; }
span { border-color: rgb(130,27,50); }
td.TdClassName
{
border-color: #821B32;
}
.TagClassName
{
border-color: #821B32;
}
</style>