Shades of Scarlett #831232
Tints of Scarlett #831232
RGB
CMYK
RGB Variations
Color information
#831232 (or 0x831232) is known color: Scarlett. HEX triplet: 83, 12 and 32. RGB value is (131,18,50). Sum of RGB (Red+Green+Blue) = 131+18+50=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #831232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831232 is #7CEDCD. Grayscale: #373737. Windows color (decimal): -8187342 or 3281539. OLE color: 3281539.
HSL color Cylindrical-coordinate representation of color #831232: hue angle of 343.01º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831232 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 18 | 50 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.49 |
| HSL | 343.01º | 0.76% | 0.29% | - |
| HSV(B) | 343.01º | 0.86% | 0.51% | - |
| XYZ | 10.15 | 5.49 | 3.54 | - |
| YUV | 55.44 | 124.94 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 50 | 0 | 0.86 | 0.62 | 0.49 | 343.01 | 0.76 | 0.29 |
| Hex | 83 | 12 | 32 | 0 | 56 | 3E | 31 | 157 | 4C | 1D |
| Octal | 203 | 22 | 62 | 0 | 126 | 76 | 61 | 527 | 114 | 35 |
| Binary | 10000011 | 10010 | 110010 | 0 | 1010110 | 111110 | 110001 | 101010111 | 1001100 | 11101 |
Color Harmonies of #831232
Complementary color
Monochromatic Colors of #831232
Black with #831232
Text Example
Text Example
White with #831232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831232; }
p { color: rgb(131,18,50); }
H1.HeaderClassName
{
color: #831232;
}
.AnyTagClassName
{
color: #831232;
}
</style>
background-color css
<style>
a { background-color: #831232; }
a { background-color: rgb(131,18,50); }
div.DivClassName
{
background-color: #831232;
}
.BgClassName
{
background-color: #831232;
}
</style>
border-color css
<style>
span { border-color: #831232; }
span { border-color: rgb(131,18,50); }
td.TdClassName
{
border-color: #831232;
}
.TagClassName
{
border-color: #831232;
}
</style>