Shades of Scarlett #80272F
Tints of Scarlett #80272F
RGB
CMYK
RGB Variations
Color information
#80272F (or 0x80272F) is known color: Scarlett. HEX triplet: 80, 27 and 2F. RGB value is (128,39,47). Sum of RGB (Red+Green+Blue) = 128+39+47=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #80272F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80272F is #7FD8D0. Grayscale: #424242. Windows color (decimal): -8378577 or 3090304. OLE color: 3090304.
HSL color Cylindrical-coordinate representation of color #80272F: hue angle of 354.61º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80272F is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 39 | 47 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.50 |
| HSL | 354.61º | 0.53% | 0.33% | - |
| HSV(B) | 354.61º | 0.7% | 0.5% | - |
| XYZ | 10.14 | 6.25 | 3.36 | - |
| YUV | 66.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 47 | 0 | 0.70 | 0.63 | 0.50 | 354.61 | 0.53 | 0.33 |
| Hex | 80 | 27 | 2F | 0 | 46 | 3F | 32 | 163 | 35 | 21 |
| Octal | 200 | 47 | 57 | 0 | 106 | 77 | 62 | 543 | 65 | 41 |
| Binary | 10000000 | 100111 | 101111 | 0 | 1000110 | 111111 | 110010 | 101100011 | 110101 | 100001 |
Color Harmonies of #80272F
Complementary color
Monochromatic Colors of #80272F
Black with #80272F
Text Example
Text Example
White with #80272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80272F; }
p { color: rgb(128,39,47); }
H1.HeaderClassName
{
color: #80272F;
}
.AnyTagClassName
{
color: #80272F;
}
</style>
background-color css
<style>
a { background-color: #80272F; }
a { background-color: rgb(128,39,47); }
div.DivClassName
{
background-color: #80272F;
}
.BgClassName
{
background-color: #80272F;
}
</style>
border-color css
<style>
span { border-color: #80272F; }
span { border-color: rgb(128,39,47); }
td.TdClassName
{
border-color: #80272F;
}
.TagClassName
{
border-color: #80272F;
}
</style>