Shades of Scarlett #821B23
Tints of Scarlett #821B23
RGB
CMYK
RGB Variations
Color information
#821B23 (or 0x821B23) is known color: Scarlett. HEX triplet: 82, 1B and 23. RGB value is (130,27,35). Sum of RGB (Red+Green+Blue) = 130+27+35=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #821B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B23 is #7DE4DC. Grayscale: #3A3A3A. Windows color (decimal): -8250589 or 2300802. OLE color: 2300802.
HSL color Cylindrical-coordinate representation of color #821B23: hue angle of 355.34º 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 #821B23 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 27 | 35 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.49 |
| HSL | 355.34º | 0.66% | 0.31% | - |
| HSV(B) | 355.34º | 0.79% | 0.51% | - |
| XYZ | 9.9 | 5.65 | 2.16 | - |
| YUV | 58.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 35 | 0 | 0.79 | 0.73 | 0.49 | 355.34 | 0.66 | 0.31 |
| Hex | 82 | 1B | 23 | 0 | 4F | 49 | 31 | 163 | 42 | 1F |
| Octal | 202 | 33 | 43 | 0 | 117 | 111 | 61 | 543 | 102 | 37 |
| Binary | 10000010 | 11011 | 100011 | 0 | 1001111 | 1001001 | 110001 | 101100011 | 1000010 | 11111 |
Color Harmonies of #821B23
Complementary color
Monochromatic Colors of #821B23
Black with #821B23
Text Example
Text Example
White with #821B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B23; }
p { color: rgb(130,27,35); }
H1.HeaderClassName
{
color: #821B23;
}
.AnyTagClassName
{
color: #821B23;
}
</style>
background-color css
<style>
a { background-color: #821B23; }
a { background-color: rgb(130,27,35); }
div.DivClassName
{
background-color: #821B23;
}
.BgClassName
{
background-color: #821B23;
}
</style>
border-color css
<style>
span { border-color: #821B23; }
span { border-color: rgb(130,27,35); }
td.TdClassName
{
border-color: #821B23;
}
.TagClassName
{
border-color: #821B23;
}
</style>