Shades of Scarlett #831333
Tints of Scarlett #831333
RGB
CMYK
RGB Variations
Color information
#831333 (or 0x831333) is known color: Scarlett. HEX triplet: 83, 13 and 33. RGB value is (131,19,51). Sum of RGB (Red+Green+Blue) = 131+19+51=201 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.17% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 131 - color contains mainly: red. Hex color #831333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831333 is #7CECCC. Grayscale: #383838. Windows color (decimal): -8187085 or 3347331. OLE color: 3347331.
HSL color Cylindrical-coordinate representation of color #831333: hue angle of 342.86º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831333 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 19 | 51 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.49 |
| HSL | 342.86º | 0.75% | 0.29% | - |
| HSV(B) | 342.86º | 0.85% | 0.51% | - |
| XYZ | 10.19 | 5.53 | 3.66 | - |
| YUV | 56.14 | 125.11 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 51 | 0 | 0.85 | 0.61 | 0.49 | 342.86 | 0.75 | 0.29 |
| Hex | 83 | 13 | 33 | 0 | 55 | 3D | 31 | 157 | 4B | 1D |
| Octal | 203 | 23 | 63 | 0 | 125 | 75 | 61 | 527 | 113 | 35 |
| Binary | 10000011 | 10011 | 110011 | 0 | 1010101 | 111101 | 110001 | 101010111 | 1001011 | 11101 |
Color Harmonies of #831333
Complementary color
Monochromatic Colors of #831333
Black with #831333
Text Example
Text Example
White with #831333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831333; }
p { color: rgb(131,19,51); }
H1.HeaderClassName
{
color: #831333;
}
.AnyTagClassName
{
color: #831333;
}
</style>
background-color css
<style>
a { background-color: #831333; }
a { background-color: rgb(131,19,51); }
div.DivClassName
{
background-color: #831333;
}
.BgClassName
{
background-color: #831333;
}
</style>
border-color css
<style>
span { border-color: #831333; }
span { border-color: rgb(131,19,51); }
td.TdClassName
{
border-color: #831333;
}
.TagClassName
{
border-color: #831333;
}
</style>