Shades of Scarlett #82183C
Tints of Scarlett #82183C
RGB
CMYK
RGB Variations
Color information
#82183C (or 0x82183C) is known color: Scarlett. HEX triplet: 82, 18 and 3C. RGB value is (130,24,60). Sum of RGB (Red+Green+Blue) = 130+24+60=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #82183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82183C is #7DE7C3. Grayscale: #3B3B3B. Windows color (decimal): -8251332 or 3938434. OLE color: 3938434.
HSL color Cylindrical-coordinate representation of color #82183C: hue angle of 339.62º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82183C is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 24 | 60 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.49 |
| HSL | 339.62º | 0.69% | 0.3% | - |
| HSV(B) | 339.62º | 0.82% | 0.51% | - |
| XYZ | 10.35 | 5.73 | 4.83 | - |
| YUV | 59.8 | 128.12 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 60 | 0 | 0.82 | 0.54 | 0.49 | 339.62 | 0.69 | 0.3 |
| Hex | 82 | 18 | 3C | 0 | 52 | 36 | 31 | 154 | 45 | 1E |
| Octal | 202 | 30 | 74 | 0 | 122 | 66 | 61 | 524 | 105 | 36 |
| Binary | 10000010 | 11000 | 111100 | 0 | 1010010 | 110110 | 110001 | 101010100 | 1000101 | 11110 |
Color Harmonies of #82183C
Complementary color
Monochromatic Colors of #82183C
Black with #82183C
Text Example
Text Example
White with #82183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82183C; }
p { color: rgb(130,24,60); }
H1.HeaderClassName
{
color: #82183C;
}
.AnyTagClassName
{
color: #82183C;
}
</style>
background-color css
<style>
a { background-color: #82183C; }
a { background-color: rgb(130,24,60); }
div.DivClassName
{
background-color: #82183C;
}
.BgClassName
{
background-color: #82183C;
}
</style>
border-color css
<style>
span { border-color: #82183C; }
span { border-color: rgb(130,24,60); }
td.TdClassName
{
border-color: #82183C;
}
.TagClassName
{
border-color: #82183C;
}
</style>