Shades of Scarlett #821B25
Tints of Scarlett #821B25
RGB
CMYK
RGB Variations
Color information
#821B25 (or 0x821B25) is known color: Scarlett. HEX triplet: 82, 1B and 25. RGB value is (130,27,37). Sum of RGB (Red+Green+Blue) = 130+27+37=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #821B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B25 is #7DE4DA. Grayscale: #3B3B3B. Windows color (decimal): -8250587 or 2431874. OLE color: 2431874.
HSL color Cylindrical-coordinate representation of color #821B25: hue angle of 354.17º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #821B25 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 27 | 37 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.49 |
| HSL | 354.17º | 0.66% | 0.31% | - |
| HSV(B) | 354.17º | 0.79% | 0.51% | - |
| XYZ | 9.93 | 5.66 | 2.32 | - |
| YUV | 58.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 37 | 0 | 0.79 | 0.72 | 0.49 | 354.17 | 0.66 | 0.31 |
| Hex | 82 | 1B | 25 | 0 | 4F | 48 | 31 | 162 | 42 | 1F |
| Octal | 202 | 33 | 45 | 0 | 117 | 110 | 61 | 542 | 102 | 37 |
| Binary | 10000010 | 11011 | 100101 | 0 | 1001111 | 1001000 | 110001 | 101100010 | 1000010 | 11111 |
Color Harmonies of #821B25
Complementary color
Monochromatic Colors of #821B25
Black with #821B25
Text Example
Text Example
White with #821B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B25; }
p { color: rgb(130,27,37); }
H1.HeaderClassName
{
color: #821B25;
}
.AnyTagClassName
{
color: #821B25;
}
</style>
background-color css
<style>
a { background-color: #821B25; }
a { background-color: rgb(130,27,37); }
div.DivClassName
{
background-color: #821B25;
}
.BgClassName
{
background-color: #821B25;
}
</style>
border-color css
<style>
span { border-color: #821B25; }
span { border-color: rgb(130,27,37); }
td.TdClassName
{
border-color: #821B25;
}
.TagClassName
{
border-color: #821B25;
}
</style>