Shades of Scarlett #83182F
Tints of Scarlett #83182F
RGB
CMYK
RGB Variations
Color information
#83182F (or 0x83182F) is known color: Scarlett. HEX triplet: 83, 18 and 2F. RGB value is (131,24,47). Sum of RGB (Red+Green+Blue) = 131+24+47=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #83182F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83182F is #7CE7D0. Grayscale: #3A3A3A. Windows color (decimal): -8185809 or 3086467. OLE color: 3086467.
HSL color Cylindrical-coordinate representation of color #83182F: hue angle of 347.1º 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 #83182F is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 24 | 47 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.49 |
| HSL | 347.1º | 0.69% | 0.3% | - |
| HSV(B) | 347.1º | 0.82% | 0.51% | - |
| XYZ | 10.2 | 5.68 | 3.25 | - |
| YUV | 58.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 24 | 47 | 0 | 0.82 | 0.64 | 0.49 | 347.1 | 0.69 | 0.3 |
| Hex | 83 | 18 | 2F | 0 | 52 | 40 | 31 | 15B | 45 | 1E |
| Octal | 203 | 30 | 57 | 0 | 122 | 100 | 61 | 533 | 105 | 36 |
| Binary | 10000011 | 11000 | 101111 | 0 | 1010010 | 1000000 | 110001 | 101011011 | 1000101 | 11110 |
Color Harmonies of #83182F
Complementary color
Monochromatic Colors of #83182F
Black with #83182F
Text Example
Text Example
White with #83182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83182F; }
p { color: rgb(131,24,47); }
H1.HeaderClassName
{
color: #83182F;
}
.AnyTagClassName
{
color: #83182F;
}
</style>
background-color css
<style>
a { background-color: #83182F; }
a { background-color: rgb(131,24,47); }
div.DivClassName
{
background-color: #83182F;
}
.BgClassName
{
background-color: #83182F;
}
</style>
border-color css
<style>
span { border-color: #83182F; }
span { border-color: rgb(131,24,47); }
td.TdClassName
{
border-color: #83182F;
}
.TagClassName
{
border-color: #83182F;
}
</style>