Shades of Scarlett #83222F
Tints of Scarlett #83222F
RGB
CMYK
RGB Variations
Color information
#83222F (or 0x83222F) is known color: Scarlett. HEX triplet: 83, 22 and 2F. RGB value is (131,34,47). Sum of RGB (Red+Green+Blue) = 131+34+47=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #83222F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83222F is #7CDDD0. Grayscale: #404040. Windows color (decimal): -8183249 or 3089027. OLE color: 3089027.
HSL color Cylindrical-coordinate representation of color #83222F: hue angle of 351.96º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83222F is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 34 | 47 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.49 |
| HSL | 351.96º | 0.59% | 0.32% | - |
| HSV(B) | 351.96º | 0.74% | 0.51% | - |
| XYZ | 10.45 | 6.17 | 3.33 | - |
| YUV | 64.49 | 118.14 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 34 | 47 | 0 | 0.74 | 0.64 | 0.49 | 351.96 | 0.59 | 0.32 |
| Hex | 83 | 22 | 2F | 0 | 4A | 40 | 31 | 160 | 3B | 20 |
| Octal | 203 | 42 | 57 | 0 | 112 | 100 | 61 | 540 | 73 | 40 |
| Binary | 10000011 | 100010 | 101111 | 0 | 1001010 | 1000000 | 110001 | 101100000 | 111011 | 100000 |
Color Harmonies of #83222F
Complementary color
Monochromatic Colors of #83222F
Black with #83222F
Text Example
Text Example
White with #83222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83222F; }
p { color: rgb(131,34,47); }
H1.HeaderClassName
{
color: #83222F;
}
.AnyTagClassName
{
color: #83222F;
}
</style>
background-color css
<style>
a { background-color: #83222F; }
a { background-color: rgb(131,34,47); }
div.DivClassName
{
background-color: #83222F;
}
.BgClassName
{
background-color: #83222F;
}
</style>
border-color css
<style>
span { border-color: #83222F; }
span { border-color: rgb(131,34,47); }
td.TdClassName
{
border-color: #83222F;
}
.TagClassName
{
border-color: #83222F;
}
</style>