Shades of Scarlett #83232D
Tints of Scarlett #83232D
RGB
CMYK
RGB Variations
Color information
#83232D (or 0x83232D) is known color: Scarlett. HEX triplet: 83, 23 and 2D. RGB value is (131,35,45). Sum of RGB (Red+Green+Blue) = 131+35+45=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #83232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83232D is #7CDCD2. Grayscale: #404040. Windows color (decimal): -8182995 or 2958211. OLE color: 2958211.
HSL color Cylindrical-coordinate representation of color #83232D: hue angle of 353.75º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83232D is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 35 | 45 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.49 |
| HSL | 353.75º | 0.58% | 0.33% | - |
| HSV(B) | 353.75º | 0.73% | 0.51% | - |
| XYZ | 10.43 | 6.22 | 3.13 | - |
| YUV | 64.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 45 | 0 | 0.73 | 0.66 | 0.49 | 353.75 | 0.58 | 0.33 |
| Hex | 83 | 23 | 2D | 0 | 49 | 42 | 31 | 162 | 3A | 21 |
| Octal | 203 | 43 | 55 | 0 | 111 | 102 | 61 | 542 | 72 | 41 |
| Binary | 10000011 | 100011 | 101101 | 0 | 1001001 | 1000010 | 110001 | 101100010 | 111010 | 100001 |
Color Harmonies of #83232D
Complementary color
Monochromatic Colors of #83232D
Black with #83232D
Text Example
Text Example
White with #83232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83232D; }
p { color: rgb(131,35,45); }
H1.HeaderClassName
{
color: #83232D;
}
.AnyTagClassName
{
color: #83232D;
}
</style>
background-color css
<style>
a { background-color: #83232D; }
a { background-color: rgb(131,35,45); }
div.DivClassName
{
background-color: #83232D;
}
.BgClassName
{
background-color: #83232D;
}
</style>
border-color css
<style>
span { border-color: #83232D; }
span { border-color: rgb(131,35,45); }
td.TdClassName
{
border-color: #83232D;
}
.TagClassName
{
border-color: #83232D;
}
</style>