Shades of Scarlett #831B32
Tints of Scarlett #831B32
RGB
CMYK
RGB Variations
Color information
#831B32 (or 0x831B32) is known color: Scarlett. HEX triplet: 83, 1B and 32. RGB value is (131,27,50). Sum of RGB (Red+Green+Blue) = 131+27+50=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #831B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831B32 is #7CE4CD. Grayscale: #3C3C3C. Windows color (decimal): -8185038 or 3283843. OLE color: 3283843.
HSL color Cylindrical-coordinate representation of color #831B32: hue angle of 346.73º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #831B32 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 27 | 50 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.49 |
| HSL | 346.73º | 0.66% | 0.31% | - |
| HSV(B) | 346.73º | 0.79% | 0.51% | - |
| XYZ | 10.33 | 5.84 | 3.6 | - |
| YUV | 60.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 27 | 50 | 0 | 0.79 | 0.62 | 0.49 | 346.73 | 0.66 | 0.31 |
| Hex | 83 | 1B | 32 | 0 | 4F | 3E | 31 | 15B | 42 | 1F |
| Octal | 203 | 33 | 62 | 0 | 117 | 76 | 61 | 533 | 102 | 37 |
| Binary | 10000011 | 11011 | 110010 | 0 | 1001111 | 111110 | 110001 | 101011011 | 1000010 | 11111 |
Color Harmonies of #831B32
Complementary color
Monochromatic Colors of #831B32
Black with #831B32
Text Example
Text Example
White with #831B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831B32; }
p { color: rgb(131,27,50); }
H1.HeaderClassName
{
color: #831B32;
}
.AnyTagClassName
{
color: #831B32;
}
</style>
background-color css
<style>
a { background-color: #831B32; }
a { background-color: rgb(131,27,50); }
div.DivClassName
{
background-color: #831B32;
}
.BgClassName
{
background-color: #831B32;
}
</style>
border-color css
<style>
span { border-color: #831B32; }
span { border-color: rgb(131,27,50); }
td.TdClassName
{
border-color: #831B32;
}
.TagClassName
{
border-color: #831B32;
}
</style>