Shades of Scarlett #80252B
Tints of Scarlett #80252B
RGB
CMYK
RGB Variations
Color information
#80252B (or 0x80252B) is known color: Scarlett. HEX triplet: 80, 25 and 2B. RGB value is (128,37,43). Sum of RGB (Red+Green+Blue) = 128+37+43=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80252B is #7FDAD4. Grayscale: #404040. Windows color (decimal): -8379093 or 2827648. OLE color: 2827648.
HSL color Cylindrical-coordinate representation of color #80252B: hue angle of 356.04º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80252B is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 37 | 43 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.50 |
| HSL | 356.04º | 0.55% | 0.32% | - |
| HSV(B) | 356.04º | 0.71% | 0.5% | - |
| XYZ | 10 | 6.09 | 2.93 | - |
| YUV | 64.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 43 | 0 | 0.71 | 0.66 | 0.50 | 356.04 | 0.55 | 0.32 |
| Hex | 80 | 25 | 2B | 0 | 47 | 42 | 32 | 164 | 37 | 20 |
| Octal | 200 | 45 | 53 | 0 | 107 | 102 | 62 | 544 | 67 | 40 |
| Binary | 10000000 | 100101 | 101011 | 0 | 1000111 | 1000010 | 110010 | 101100100 | 110111 | 100000 |
Color Harmonies of #80252B
Complementary color
Monochromatic Colors of #80252B
Black with #80252B
Text Example
Text Example
White with #80252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80252B; }
p { color: rgb(128,37,43); }
H1.HeaderClassName
{
color: #80252B;
}
.AnyTagClassName
{
color: #80252B;
}
</style>
background-color css
<style>
a { background-color: #80252B; }
a { background-color: rgb(128,37,43); }
div.DivClassName
{
background-color: #80252B;
}
.BgClassName
{
background-color: #80252B;
}
</style>
border-color css
<style>
span { border-color: #80252B; }
span { border-color: rgb(128,37,43); }
td.TdClassName
{
border-color: #80252B;
}
.TagClassName
{
border-color: #80252B;
}
</style>