Shades of Scarlett #83132F
Tints of Scarlett #83132F
RGB
CMYK
RGB Variations
Color information
#83132F (or 0x83132F) is known color: Scarlett. HEX triplet: 83, 13 and 2F. RGB value is (131,19,47). Sum of RGB (Red+Green+Blue) = 131+19+47=197 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.50% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 131 - color contains mainly: red. Hex color #83132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83132F is #7CECD0. Grayscale: #373737. Windows color (decimal): -8187089 or 3085187. OLE color: 3085187.
HSL color Cylindrical-coordinate representation of color #83132F: hue angle of 345º 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 #83132F is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 19 | 47 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.49 |
| HSL | 345º | 0.75% | 0.29% | - |
| HSV(B) | 345º | 0.85% | 0.51% | - |
| XYZ | 10.11 | 5.5 | 3.22 | - |
| YUV | 55.68 | 123.11 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 47 | 0 | 0.85 | 0.64 | 0.49 | 345 | 0.75 | 0.29 |
| Hex | 83 | 13 | 2F | 0 | 55 | 40 | 31 | 159 | 4B | 1D |
| Octal | 203 | 23 | 57 | 0 | 125 | 100 | 61 | 531 | 113 | 35 |
| Binary | 10000011 | 10011 | 101111 | 0 | 1010101 | 1000000 | 110001 | 101011001 | 1001011 | 11101 |
Color Harmonies of #83132F
Complementary color
Monochromatic Colors of #83132F
Black with #83132F
Text Example
Text Example
White with #83132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83132F; }
p { color: rgb(131,19,47); }
H1.HeaderClassName
{
color: #83132F;
}
.AnyTagClassName
{
color: #83132F;
}
</style>
background-color css
<style>
a { background-color: #83132F; }
a { background-color: rgb(131,19,47); }
div.DivClassName
{
background-color: #83132F;
}
.BgClassName
{
background-color: #83132F;
}
</style>
border-color css
<style>
span { border-color: #83132F; }
span { border-color: rgb(131,19,47); }
td.TdClassName
{
border-color: #83132F;
}
.TagClassName
{
border-color: #83132F;
}
</style>