Shades of Scarlett #821425
Tints of Scarlett #821425
RGB
CMYK
RGB Variations
Color information
#821425 (or 0x821425) is known color: Scarlett. HEX triplet: 82, 14 and 25. RGB value is (130,20,37). Sum of RGB (Red+Green+Blue) = 130+20+37=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #821425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821425 is #7DEBDA. Grayscale: #363636. Windows color (decimal): -8252379 or 2430082. OLE color: 2430082.
HSL color Cylindrical-coordinate representation of color #821425: hue angle of 350.73º 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 #821425 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 20 | 37 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.49 |
| HSL | 350.73º | 0.73% | 0.29% | - |
| HSV(B) | 350.73º | 0.85% | 0.51% | - |
| XYZ | 9.79 | 5.38 | 2.27 | - |
| YUV | 54.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 37 | 0 | 0.85 | 0.72 | 0.49 | 350.73 | 0.73 | 0.29 |
| Hex | 82 | 14 | 25 | 0 | 55 | 48 | 31 | 15F | 49 | 1D |
| Octal | 202 | 24 | 45 | 0 | 125 | 110 | 61 | 537 | 111 | 35 |
| Binary | 10000010 | 10100 | 100101 | 0 | 1010101 | 1001000 | 110001 | 101011111 | 1001001 | 11101 |
Color Harmonies of #821425
Complementary color
Monochromatic Colors of #821425
Black with #821425
Text Example
Text Example
White with #821425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821425; }
p { color: rgb(130,20,37); }
H1.HeaderClassName
{
color: #821425;
}
.AnyTagClassName
{
color: #821425;
}
</style>
background-color css
<style>
a { background-color: #821425; }
a { background-color: rgb(130,20,37); }
div.DivClassName
{
background-color: #821425;
}
.BgClassName
{
background-color: #821425;
}
</style>
border-color css
<style>
span { border-color: #821425; }
span { border-color: rgb(130,20,37); }
td.TdClassName
{
border-color: #821425;
}
.TagClassName
{
border-color: #821425;
}
</style>