Shades of Scarlett #821433
Tints of Scarlett #821433
RGB
CMYK
RGB Variations
Color information
#821433 (or 0x821433) is known color: Scarlett. HEX triplet: 82, 14 and 33. RGB value is (130,20,51). Sum of RGB (Red+Green+Blue) = 130+20+51=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #821433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821433 is #7DEBCC. Grayscale: #383838. Windows color (decimal): -8252365 or 3347586. OLE color: 3347586.
HSL color Cylindrical-coordinate representation of color #821433: hue angle of 343.09º 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 #821433 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 20 | 51 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.49 |
| HSL | 343.09º | 0.73% | 0.29% | - |
| HSV(B) | 343.09º | 0.85% | 0.51% | - |
| XYZ | 10.05 | 5.49 | 3.66 | - |
| YUV | 56.42 | 124.94 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 51 | 0 | 0.85 | 0.61 | 0.49 | 343.09 | 0.73 | 0.29 |
| Hex | 82 | 14 | 33 | 0 | 55 | 3D | 31 | 157 | 49 | 1D |
| Octal | 202 | 24 | 63 | 0 | 125 | 75 | 61 | 527 | 111 | 35 |
| Binary | 10000010 | 10100 | 110011 | 0 | 1010101 | 111101 | 110001 | 101010111 | 1001001 | 11101 |
Color Harmonies of #821433
Complementary color
Monochromatic Colors of #821433
Black with #821433
Text Example
Text Example
White with #821433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821433; }
p { color: rgb(130,20,51); }
H1.HeaderClassName
{
color: #821433;
}
.AnyTagClassName
{
color: #821433;
}
</style>
background-color css
<style>
a { background-color: #821433; }
a { background-color: rgb(130,20,51); }
div.DivClassName
{
background-color: #821433;
}
.BgClassName
{
background-color: #821433;
}
</style>
border-color css
<style>
span { border-color: #821433; }
span { border-color: rgb(130,20,51); }
td.TdClassName
{
border-color: #821433;
}
.TagClassName
{
border-color: #821433;
}
</style>