Shades of Scarlett #83192C
Tints of Scarlett #83192C
RGB
CMYK
RGB Variations
Color information
#83192C (or 0x83192C) is known color: Scarlett. HEX triplet: 83, 19 and 2C. RGB value is (131,25,44). Sum of RGB (Red+Green+Blue) = 131+25+44=200 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 131 - color contains mainly: red. Hex color #83192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83192C is #7CE6D3. Grayscale: #3A3A3A. Windows color (decimal): -8185556 or 2890115. OLE color: 2890115.
HSL color Cylindrical-coordinate representation of color #83192C: hue angle of 349.25º 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 #83192C is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 25 | 44 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.49 |
| HSL | 349.25º | 0.68% | 0.31% | - |
| HSV(B) | 349.25º | 0.81% | 0.51% | - |
| XYZ | 10.16 | 5.7 | 2.95 | - |
| YUV | 58.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 44 | 0 | 0.81 | 0.66 | 0.49 | 349.25 | 0.68 | 0.31 |
| Hex | 83 | 19 | 2C | 0 | 51 | 42 | 31 | 15D | 44 | 1F |
| Octal | 203 | 31 | 54 | 0 | 121 | 102 | 61 | 535 | 104 | 37 |
| Binary | 10000011 | 11001 | 101100 | 0 | 1010001 | 1000010 | 110001 | 101011101 | 1000100 | 11111 |
Color Harmonies of #83192C
Complementary color
Monochromatic Colors of #83192C
Black with #83192C
Text Example
Text Example
White with #83192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83192C; }
p { color: rgb(131,25,44); }
H1.HeaderClassName
{
color: #83192C;
}
.AnyTagClassName
{
color: #83192C;
}
</style>
background-color css
<style>
a { background-color: #83192C; }
a { background-color: rgb(131,25,44); }
div.DivClassName
{
background-color: #83192C;
}
.BgClassName
{
background-color: #83192C;
}
</style>
border-color css
<style>
span { border-color: #83192C; }
span { border-color: rgb(131,25,44); }
td.TdClassName
{
border-color: #83192C;
}
.TagClassName
{
border-color: #83192C;
}
</style>