Shades of Scarlett #83142D
Tints of Scarlett #83142D
RGB
CMYK
RGB Variations
Color information
#83142D (or 0x83142D) is known color: Scarlett. HEX triplet: 83, 14 and 2D. RGB value is (131,20,45). Sum of RGB (Red+Green+Blue) = 131+20+45=196 (25% of max value = 765). Red value is 131 (51.56% from 255 or 66.84% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 131 - color contains mainly: red. Hex color #83142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83142D is #7CEBD2. Grayscale: #383838. Windows color (decimal): -8186835 or 2954371. OLE color: 2954371.
HSL color Cylindrical-coordinate representation of color #83142D: hue angle of 346.49º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83142D is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 20 | 45 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.49 |
| HSL | 346.49º | 0.74% | 0.3% | - |
| HSV(B) | 346.49º | 0.85% | 0.51% | - |
| XYZ | 10.08 | 5.52 | 3.02 | - |
| YUV | 56.04 | 121.77 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 20 | 45 | 0 | 0.85 | 0.66 | 0.49 | 346.49 | 0.74 | 0.3 |
| Hex | 83 | 14 | 2D | 0 | 55 | 42 | 31 | 15A | 4A | 1E |
| Octal | 203 | 24 | 55 | 0 | 125 | 102 | 61 | 532 | 112 | 36 |
| Binary | 10000011 | 10100 | 101101 | 0 | 1010101 | 1000010 | 110001 | 101011010 | 1001010 | 11110 |
Color Harmonies of #83142D
Complementary color
Monochromatic Colors of #83142D
Black with #83142D
Text Example
Text Example
White with #83142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83142D; }
p { color: rgb(131,20,45); }
H1.HeaderClassName
{
color: #83142D;
}
.AnyTagClassName
{
color: #83142D;
}
</style>
background-color css
<style>
a { background-color: #83142D; }
a { background-color: rgb(131,20,45); }
div.DivClassName
{
background-color: #83142D;
}
.BgClassName
{
background-color: #83142D;
}
</style>
border-color css
<style>
span { border-color: #83142D; }
span { border-color: rgb(131,20,45); }
td.TdClassName
{
border-color: #83142D;
}
.TagClassName
{
border-color: #83142D;
}
</style>