Shades of Scarlett #81262F
Tints of Scarlett #81262F
RGB
CMYK
RGB Variations
Color information
#81262F (or 0x81262F) is known color: Scarlett. HEX triplet: 81, 26 and 2F. RGB value is (129,38,47). Sum of RGB (Red+Green+Blue) = 129+38+47=214 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.28% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 129 - color contains mainly: red. Hex color #81262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81262F is #7ED9D0. Grayscale: #424242. Windows color (decimal): -8313297 or 3090049. OLE color: 3090049.
HSL color Cylindrical-coordinate representation of color #81262F: hue angle of 354.07º degrees, saturation: 0.54, 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 #81262F is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 38 | 47 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.49 |
| HSL | 354.07º | 0.54% | 0.33% | - |
| HSV(B) | 354.07º | 0.71% | 0.51% | - |
| XYZ | 10.26 | 6.26 | 3.36 | - |
| YUV | 66.24 | 117.15 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 38 | 47 | 0 | 0.71 | 0.64 | 0.49 | 354.07 | 0.54 | 0.33 |
| Hex | 81 | 26 | 2F | 0 | 47 | 40 | 31 | 162 | 36 | 21 |
| Octal | 201 | 46 | 57 | 0 | 107 | 100 | 61 | 542 | 66 | 41 |
| Binary | 10000001 | 100110 | 101111 | 0 | 1000111 | 1000000 | 110001 | 101100010 | 110110 | 100001 |
Color Harmonies of #81262F
Complementary color
Monochromatic Colors of #81262F
Black with #81262F
Text Example
Text Example
White with #81262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81262F; }
p { color: rgb(129,38,47); }
H1.HeaderClassName
{
color: #81262F;
}
.AnyTagClassName
{
color: #81262F;
}
</style>
background-color css
<style>
a { background-color: #81262F; }
a { background-color: rgb(129,38,47); }
div.DivClassName
{
background-color: #81262F;
}
.BgClassName
{
background-color: #81262F;
}
</style>
border-color css
<style>
span { border-color: #81262F; }
span { border-color: rgb(129,38,47); }
td.TdClassName
{
border-color: #81262F;
}
.TagClassName
{
border-color: #81262F;
}
</style>