Shades of Scarlett #832033
Tints of Scarlett #832033
RGB
CMYK
RGB Variations
Color information
#832033 (or 0x832033) is known color: Scarlett. HEX triplet: 83, 20 and 33. RGB value is (131,32,51). Sum of RGB (Red+Green+Blue) = 131+32+51=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #832033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832033 is #7CDFCC. Grayscale: #3F3F3F. Windows color (decimal): -8183757 or 3350659. OLE color: 3350659.
HSL color Cylindrical-coordinate representation of color #832033: hue angle of 348.48º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832033 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 32 | 51 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.49 |
| HSL | 348.48º | 0.61% | 0.32% | - |
| HSV(B) | 348.48º | 0.76% | 0.51% | - |
| XYZ | 10.47 | 6.1 | 3.76 | - |
| YUV | 63.77 | 120.8 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 51 | 0 | 0.76 | 0.61 | 0.49 | 348.48 | 0.61 | 0.32 |
| Hex | 83 | 20 | 33 | 0 | 4C | 3D | 31 | 15C | 3D | 20 |
| Octal | 203 | 40 | 63 | 0 | 114 | 75 | 61 | 534 | 75 | 40 |
| Binary | 10000011 | 100000 | 110011 | 0 | 1001100 | 111101 | 110001 | 101011100 | 111101 | 100000 |
Color Harmonies of #832033
Complementary color
Monochromatic Colors of #832033
Black with #832033
Text Example
Text Example
White with #832033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832033; }
p { color: rgb(131,32,51); }
H1.HeaderClassName
{
color: #832033;
}
.AnyTagClassName
{
color: #832033;
}
</style>
background-color css
<style>
a { background-color: #832033; }
a { background-color: rgb(131,32,51); }
div.DivClassName
{
background-color: #832033;
}
.BgClassName
{
background-color: #832033;
}
</style>
border-color css
<style>
span { border-color: #832033; }
span { border-color: rgb(131,32,51); }
td.TdClassName
{
border-color: #832033;
}
.TagClassName
{
border-color: #832033;
}
</style>