Shades of Scarlett #83193A
Tints of Scarlett #83193A
RGB
CMYK
RGB Variations
Color information
#83193A (or 0x83193A) is known color: Scarlett. HEX triplet: 83, 19 and 3A. RGB value is (131,25,58). Sum of RGB (Red+Green+Blue) = 131+25+58=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #83193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83193A is #7CE6C5. Grayscale: #3C3C3C. Windows color (decimal): -8185542 or 3807619. OLE color: 3807619.
HSL color Cylindrical-coordinate representation of color #83193A: hue angle of 341.32º 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 #83193A is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 25 | 58 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.49 |
| HSL | 341.32º | 0.68% | 0.31% | - |
| HSV(B) | 341.32º | 0.81% | 0.51% | - |
| XYZ | 10.47 | 5.83 | 4.58 | - |
| YUV | 60.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 58 | 0 | 0.81 | 0.56 | 0.49 | 341.32 | 0.68 | 0.31 |
| Hex | 83 | 19 | 3A | 0 | 51 | 38 | 31 | 155 | 44 | 1F |
| Octal | 203 | 31 | 72 | 0 | 121 | 70 | 61 | 525 | 104 | 37 |
| Binary | 10000011 | 11001 | 111010 | 0 | 1010001 | 111000 | 110001 | 101010101 | 1000100 | 11111 |
Color Harmonies of #83193A
Complementary color
Monochromatic Colors of #83193A
Black with #83193A
Text Example
Text Example
White with #83193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83193A; }
p { color: rgb(131,25,58); }
H1.HeaderClassName
{
color: #83193A;
}
.AnyTagClassName
{
color: #83193A;
}
</style>
background-color css
<style>
a { background-color: #83193A; }
a { background-color: rgb(131,25,58); }
div.DivClassName
{
background-color: #83193A;
}
.BgClassName
{
background-color: #83193A;
}
</style>
border-color css
<style>
span { border-color: #83193A; }
span { border-color: rgb(131,25,58); }
td.TdClassName
{
border-color: #83193A;
}
.TagClassName
{
border-color: #83193A;
}
</style>