Shades of Scarlett #81202C
Tints of Scarlett #81202C
RGB
CMYK
RGB Variations
Color information
#81202C (or 0x81202C) is known color: Scarlett. HEX triplet: 81, 20 and 2C. RGB value is (129,32,44). Sum of RGB (Red+Green+Blue) = 129+32+44=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #81202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81202C is #7EDFD3. Grayscale: #3E3E3E. Windows color (decimal): -8314836 or 2891905. OLE color: 2891905.
HSL color Cylindrical-coordinate representation of color #81202C: hue angle of 352.58º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81202C is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 32 | 44 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.49 |
| HSL | 352.58º | 0.6% | 0.32% | - |
| HSV(B) | 352.58º | 0.75% | 0.51% | - |
| XYZ | 10.02 | 5.88 | 2.99 | - |
| YUV | 62.37 | 117.64 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 44 | 0 | 0.75 | 0.66 | 0.49 | 352.58 | 0.6 | 0.32 |
| Hex | 81 | 20 | 2C | 0 | 4B | 42 | 31 | 161 | 3C | 20 |
| Octal | 201 | 40 | 54 | 0 | 113 | 102 | 61 | 541 | 74 | 40 |
| Binary | 10000001 | 100000 | 101100 | 0 | 1001011 | 1000010 | 110001 | 101100001 | 111100 | 100000 |
Color Harmonies of #81202C
Complementary color
Monochromatic Colors of #81202C
Black with #81202C
Text Example
Text Example
White with #81202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81202C; }
p { color: rgb(129,32,44); }
H1.HeaderClassName
{
color: #81202C;
}
.AnyTagClassName
{
color: #81202C;
}
</style>
background-color css
<style>
a { background-color: #81202C; }
a { background-color: rgb(129,32,44); }
div.DivClassName
{
background-color: #81202C;
}
.BgClassName
{
background-color: #81202C;
}
</style>
border-color css
<style>
span { border-color: #81202C; }
span { border-color: rgb(129,32,44); }
td.TdClassName
{
border-color: #81202C;
}
.TagClassName
{
border-color: #81202C;
}
</style>