Shades of Scarlett #83193D
Tints of Scarlett #83193D
RGB
CMYK
RGB Variations
Color information
#83193D (or 0x83193D) is known color: Scarlett. HEX triplet: 83, 19 and 3D. RGB value is (131,25,61). Sum of RGB (Red+Green+Blue) = 131+25+61=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #83193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83193D is #7CE6C2. Grayscale: #3C3C3C. Windows color (decimal): -8185539 or 4004227. OLE color: 4004227.
HSL color Cylindrical-coordinate representation of color #83193D: hue angle of 339.62º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83193D is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 25 | 61 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.49 |
| HSL | 339.62º | 0.68% | 0.31% | - |
| HSV(B) | 339.62º | 0.81% | 0.51% | - |
| XYZ | 10.55 | 5.86 | 4.99 | - |
| YUV | 60.8 | 128.12 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 61 | 0 | 0.81 | 0.53 | 0.49 | 339.62 | 0.68 | 0.31 |
| Hex | 83 | 19 | 3D | 0 | 51 | 35 | 31 | 154 | 44 | 1F |
| Octal | 203 | 31 | 75 | 0 | 121 | 65 | 61 | 524 | 104 | 37 |
| Binary | 10000011 | 11001 | 111101 | 0 | 1010001 | 110101 | 110001 | 101010100 | 1000100 | 11111 |
Color Harmonies of #83193D
Complementary color
Monochromatic Colors of #83193D
Black with #83193D
Text Example
Text Example
White with #83193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83193D; }
p { color: rgb(131,25,61); }
H1.HeaderClassName
{
color: #83193D;
}
.AnyTagClassName
{
color: #83193D;
}
</style>
background-color css
<style>
a { background-color: #83193D; }
a { background-color: rgb(131,25,61); }
div.DivClassName
{
background-color: #83193D;
}
.BgClassName
{
background-color: #83193D;
}
</style>
border-color css
<style>
span { border-color: #83193D; }
span { border-color: rgb(131,25,61); }
td.TdClassName
{
border-color: #83193D;
}
.TagClassName
{
border-color: #83193D;
}
</style>