Shades of Scarlett #82142A
Tints of Scarlett #82142A
RGB
CMYK
RGB Variations
Color information
#82142A (or 0x82142A) is known color: Scarlett. HEX triplet: 82, 14 and 2A. RGB value is (130,20,42). Sum of RGB (Red+Green+Blue) = 130+20+42=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #82142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82142A is #7DEBD5. Grayscale: #373737. Windows color (decimal): -8252374 or 2757762. OLE color: 2757762.
HSL color Cylindrical-coordinate representation of color #82142A: hue angle of 348º degrees, saturation: 0.73, 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 #82142A is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 20 | 42 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.49 |
| HSL | 348º | 0.73% | 0.29% | - |
| HSV(B) | 348º | 0.85% | 0.51% | - |
| XYZ | 9.87 | 5.41 | 2.71 | - |
| YUV | 55.4 | 120.44 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 42 | 0 | 0.85 | 0.68 | 0.49 | 348 | 0.73 | 0.29 |
| Hex | 82 | 14 | 2A | 0 | 55 | 44 | 31 | 15C | 49 | 1D |
| Octal | 202 | 24 | 52 | 0 | 125 | 104 | 61 | 534 | 111 | 35 |
| Binary | 10000010 | 10100 | 101010 | 0 | 1010101 | 1000100 | 110001 | 101011100 | 1001001 | 11101 |
Color Harmonies of #82142A
Complementary color
Monochromatic Colors of #82142A
Black with #82142A
Text Example
Text Example
White with #82142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82142A; }
p { color: rgb(130,20,42); }
H1.HeaderClassName
{
color: #82142A;
}
.AnyTagClassName
{
color: #82142A;
}
</style>
background-color css
<style>
a { background-color: #82142A; }
a { background-color: rgb(130,20,42); }
div.DivClassName
{
background-color: #82142A;
}
.BgClassName
{
background-color: #82142A;
}
</style>
border-color css
<style>
span { border-color: #82142A; }
span { border-color: rgb(130,20,42); }
td.TdClassName
{
border-color: #82142A;
}
.TagClassName
{
border-color: #82142A;
}
</style>