Shades of Scarlett #83132D
Tints of Scarlett #83132D
RGB
CMYK
RGB Variations
Color information
#83132D (or 0x83132D) is known color: Scarlett. HEX triplet: 83, 13 and 2D. RGB value is (131,19,45). Sum of RGB (Red+Green+Blue) = 131+19+45=195 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.18% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 131 - color contains mainly: red. Hex color #83132D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83132D is #7CECD2. Grayscale: #373737. Windows color (decimal): -8187091 or 2954115. OLE color: 2954115.
HSL color Cylindrical-coordinate representation of color #83132D: hue angle of 346.07º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83132D is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 19 | 45 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.49 |
| HSL | 346.07º | 0.75% | 0.29% | - |
| HSV(B) | 346.07º | 0.85% | 0.51% | - |
| XYZ | 10.07 | 5.48 | 3.01 | - |
| YUV | 55.45 | 122.11 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 45 | 0 | 0.85 | 0.66 | 0.49 | 346.07 | 0.75 | 0.29 |
| Hex | 83 | 13 | 2D | 0 | 55 | 42 | 31 | 15A | 4B | 1D |
| Octal | 203 | 23 | 55 | 0 | 125 | 102 | 61 | 532 | 113 | 35 |
| Binary | 10000011 | 10011 | 101101 | 0 | 1010101 | 1000010 | 110001 | 101011010 | 1001011 | 11101 |
Color Harmonies of #83132D
Complementary color
Monochromatic Colors of #83132D
Black with #83132D
Text Example
Text Example
White with #83132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83132D; }
p { color: rgb(131,19,45); }
H1.HeaderClassName
{
color: #83132D;
}
.AnyTagClassName
{
color: #83132D;
}
</style>
background-color css
<style>
a { background-color: #83132D; }
a { background-color: rgb(131,19,45); }
div.DivClassName
{
background-color: #83132D;
}
.BgClassName
{
background-color: #83132D;
}
</style>
border-color css
<style>
span { border-color: #83132D; }
span { border-color: rgb(131,19,45); }
td.TdClassName
{
border-color: #83132D;
}
.TagClassName
{
border-color: #83132D;
}
</style>