Shades of Scarlett #82262F
Tints of Scarlett #82262F
RGB
CMYK
RGB Variations
Color information
#82262F (or 0x82262F) is known color: Scarlett. HEX triplet: 82, 26 and 2F. RGB value is (130,38,47). Sum of RGB (Red+Green+Blue) = 130+38+47=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #82262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82262F is #7DD9D0. Grayscale: #424242. Windows color (decimal): -8247761 or 3090050. OLE color: 3090050.
HSL color Cylindrical-coordinate representation of color #82262F: hue angle of 354.13º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82262F is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 38 | 47 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.49 |
| HSL | 354.13º | 0.55% | 0.33% | - |
| HSV(B) | 354.13º | 0.71% | 0.51% | - |
| XYZ | 10.41 | 6.34 | 3.36 | - |
| YUV | 66.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 47 | 0 | 0.71 | 0.64 | 0.49 | 354.13 | 0.55 | 0.33 |
| Hex | 82 | 26 | 2F | 0 | 47 | 40 | 31 | 162 | 37 | 21 |
| Octal | 202 | 46 | 57 | 0 | 107 | 100 | 61 | 542 | 67 | 41 |
| Binary | 10000010 | 100110 | 101111 | 0 | 1000111 | 1000000 | 110001 | 101100010 | 110111 | 100001 |
Color Harmonies of #82262F
Complementary color
Monochromatic Colors of #82262F
Black with #82262F
Text Example
Text Example
White with #82262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82262F; }
p { color: rgb(130,38,47); }
H1.HeaderClassName
{
color: #82262F;
}
.AnyTagClassName
{
color: #82262F;
}
</style>
background-color css
<style>
a { background-color: #82262F; }
a { background-color: rgb(130,38,47); }
div.DivClassName
{
background-color: #82262F;
}
.BgClassName
{
background-color: #82262F;
}
</style>
border-color css
<style>
span { border-color: #82262F; }
span { border-color: rgb(130,38,47); }
td.TdClassName
{
border-color: #82262F;
}
.TagClassName
{
border-color: #82262F;
}
</style>