Shades of Scarlett #831233
Tints of Scarlett #831233
RGB
CMYK
RGB Variations
Color information
#831233 (or 0x831233) is known color: Scarlett. HEX triplet: 83, 12 and 33. RGB value is (131,18,51). Sum of RGB (Red+Green+Blue) = 131+18+51=200 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 131 - color contains mainly: red. Hex color #831233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831233 is #7CEDCC. Grayscale: #373737. Windows color (decimal): -8187341 or 3347075. OLE color: 3347075.
HSL color Cylindrical-coordinate representation of color #831233: hue angle of 342.48º 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 #831233 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 18 | 51 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.49 |
| HSL | 342.48º | 0.76% | 0.29% | - |
| HSV(B) | 342.48º | 0.86% | 0.51% | - |
| XYZ | 10.17 | 5.5 | 3.66 | - |
| YUV | 55.55 | 125.44 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 51 | 0 | 0.86 | 0.61 | 0.49 | 342.48 | 0.76 | 0.29 |
| Hex | 83 | 12 | 33 | 0 | 56 | 3D | 31 | 156 | 4C | 1D |
| Octal | 203 | 22 | 63 | 0 | 126 | 75 | 61 | 526 | 114 | 35 |
| Binary | 10000011 | 10010 | 110011 | 0 | 1010110 | 111101 | 110001 | 101010110 | 1001100 | 11101 |
Color Harmonies of #831233
Complementary color
Monochromatic Colors of #831233
Black with #831233
Text Example
Text Example
White with #831233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831233; }
p { color: rgb(131,18,51); }
H1.HeaderClassName
{
color: #831233;
}
.AnyTagClassName
{
color: #831233;
}
</style>
background-color css
<style>
a { background-color: #831233; }
a { background-color: rgb(131,18,51); }
div.DivClassName
{
background-color: #831233;
}
.BgClassName
{
background-color: #831233;
}
</style>
border-color css
<style>
span { border-color: #831233; }
span { border-color: rgb(131,18,51); }
td.TdClassName
{
border-color: #831233;
}
.TagClassName
{
border-color: #831233;
}
</style>