Shades of Scarlett #83202F
Tints of Scarlett #83202F
RGB
CMYK
RGB Variations
Color information
#83202F (or 0x83202F) is known color: Scarlett. HEX triplet: 83, 20 and 2F. RGB value is (131,32,47). Sum of RGB (Red+Green+Blue) = 131+32+47=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #83202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83202F is #7CDFD0. Grayscale: #3F3F3F. Windows color (decimal): -8183761 or 3088515. OLE color: 3088515.
HSL color Cylindrical-coordinate representation of color #83202F: hue angle of 350.91º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83202F is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 32 | 47 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.49 |
| HSL | 350.91º | 0.61% | 0.32% | - |
| HSV(B) | 350.91º | 0.76% | 0.51% | - |
| XYZ | 10.39 | 6.06 | 3.31 | - |
| YUV | 63.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 47 | 0 | 0.76 | 0.64 | 0.49 | 350.91 | 0.61 | 0.32 |
| Hex | 83 | 20 | 2F | 0 | 4C | 40 | 31 | 15F | 3D | 20 |
| Octal | 203 | 40 | 57 | 0 | 114 | 100 | 61 | 537 | 75 | 40 |
| Binary | 10000011 | 100000 | 101111 | 0 | 1001100 | 1000000 | 110001 | 101011111 | 111101 | 100000 |
Color Harmonies of #83202F
Complementary color
Monochromatic Colors of #83202F
Black with #83202F
Text Example
Text Example
White with #83202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83202F; }
p { color: rgb(131,32,47); }
H1.HeaderClassName
{
color: #83202F;
}
.AnyTagClassName
{
color: #83202F;
}
</style>
background-color css
<style>
a { background-color: #83202F; }
a { background-color: rgb(131,32,47); }
div.DivClassName
{
background-color: #83202F;
}
.BgClassName
{
background-color: #83202F;
}
</style>
border-color css
<style>
span { border-color: #83202F; }
span { border-color: rgb(131,32,47); }
td.TdClassName
{
border-color: #83202F;
}
.TagClassName
{
border-color: #83202F;
}
</style>