Shades of Paprika #80253F
Tints of Paprika #80253F
RGB
CMYK
RGB Variations
Color information
#80253F (or 0x80253F) is known color: Paprika. HEX triplet: 80, 25 and 3F. RGB value is (128,37,63). Sum of RGB (Red+Green+Blue) = 128+37+63=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80253F is #7FDAC0. Grayscale: #434343. Windows color (decimal): -8379073 or 4138368. OLE color: 4138368.
HSL color Cylindrical-coordinate representation of color #80253F: hue angle of 342.86º 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 #80253F is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 37 | 63 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.50 |
| HSL | 342.86º | 0.55% | 0.32% | - |
| HSV(B) | 342.86º | 0.71% | 0.5% | - |
| XYZ | 10.46 | 6.27 | 5.36 | - |
| YUV | 67.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 63 | 0 | 0.71 | 0.51 | 0.50 | 342.86 | 0.55 | 0.32 |
| Hex | 80 | 25 | 3F | 0 | 47 | 33 | 32 | 157 | 37 | 20 |
| Octal | 200 | 45 | 77 | 0 | 107 | 63 | 62 | 527 | 67 | 40 |
| Binary | 10000000 | 100101 | 111111 | 0 | 1000111 | 110011 | 110010 | 101010111 | 110111 | 100000 |
Color Harmonies of #80253F
Complementary color
Monochromatic Colors of #80253F
Black with #80253F
Text Example
Text Example
White with #80253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80253F; }
p { color: rgb(128,37,63); }
H1.HeaderClassName
{
color: #80253F;
}
.AnyTagClassName
{
color: #80253F;
}
</style>
background-color css
<style>
a { background-color: #80253F; }
a { background-color: rgb(128,37,63); }
div.DivClassName
{
background-color: #80253F;
}
.BgClassName
{
background-color: #80253F;
}
</style>
border-color css
<style>
span { border-color: #80253F; }
span { border-color: rgb(128,37,63); }
td.TdClassName
{
border-color: #80253F;
}
.TagClassName
{
border-color: #80253F;
}
</style>