Shades of Scarlett #83142E
Tints of Scarlett #83142E
RGB
CMYK
RGB Variations
Color information
#83142E (or 0x83142E) is known color: Scarlett. HEX triplet: 83, 14 and 2E. RGB value is (131,20,46). Sum of RGB (Red+Green+Blue) = 131+20+46=197 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.50% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 131 - color contains mainly: red. Hex color #83142E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83142E is #7CEBD1. Grayscale: #383838. Windows color (decimal): -8186834 or 3019907. OLE color: 3019907.
HSL color Cylindrical-coordinate representation of color #83142E: hue angle of 345.95º 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 #83142E is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 20 | 46 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.49 |
| HSL | 345.95º | 0.74% | 0.3% | - |
| HSV(B) | 345.95º | 0.85% | 0.51% | - |
| XYZ | 10.1 | 5.52 | 3.12 | - |
| YUV | 56.15 | 122.27 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 20 | 46 | 0 | 0.85 | 0.65 | 0.49 | 345.95 | 0.74 | 0.3 |
| Hex | 83 | 14 | 2E | 0 | 55 | 41 | 31 | 15A | 4A | 1E |
| Octal | 203 | 24 | 56 | 0 | 125 | 101 | 61 | 532 | 112 | 36 |
| Binary | 10000011 | 10100 | 101110 | 0 | 1010101 | 1000001 | 110001 | 101011010 | 1001010 | 11110 |
Color Harmonies of #83142E
Complementary color
Monochromatic Colors of #83142E
Black with #83142E
Text Example
Text Example
White with #83142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83142E; }
p { color: rgb(131,20,46); }
H1.HeaderClassName
{
color: #83142E;
}
.AnyTagClassName
{
color: #83142E;
}
</style>
background-color css
<style>
a { background-color: #83142E; }
a { background-color: rgb(131,20,46); }
div.DivClassName
{
background-color: #83142E;
}
.BgClassName
{
background-color: #83142E;
}
</style>
border-color css
<style>
span { border-color: #83142E; }
span { border-color: rgb(131,20,46); }
td.TdClassName
{
border-color: #83142E;
}
.TagClassName
{
border-color: #83142E;
}
</style>