Shades of Paprika #80263E
Tints of Paprika #80263E
RGB
CMYK
RGB Variations
Color information
#80263E (or 0x80263E) is known color: Paprika. HEX triplet: 80, 26 and 3E. RGB value is (128,38,62). Sum of RGB (Red+Green+Blue) = 128+38+62=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80263E is #7FD9C1. Grayscale: #434343. Windows color (decimal): -8378818 or 4073088. OLE color: 4073088.
HSL color Cylindrical-coordinate representation of color #80263E: hue angle of 344º degrees, saturation: 0.54, 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 #80263E is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 38 | 62 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.50 |
| HSL | 344º | 0.54% | 0.33% | - |
| HSV(B) | 344º | 0.7% | 0.5% | - |
| XYZ | 10.46 | 6.32 | 5.23 | - |
| YUV | 67.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 62 | 0 | 0.70 | 0.52 | 0.50 | 344 | 0.54 | 0.33 |
| Hex | 80 | 26 | 3E | 0 | 46 | 34 | 32 | 158 | 36 | 21 |
| Octal | 200 | 46 | 76 | 0 | 106 | 64 | 62 | 530 | 66 | 41 |
| Binary | 10000000 | 100110 | 111110 | 0 | 1000110 | 110100 | 110010 | 101011000 | 110110 | 100001 |
Color Harmonies of #80263E
Complementary color
Monochromatic Colors of #80263E
Black with #80263E
Text Example
Text Example
White with #80263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80263E; }
p { color: rgb(128,38,62); }
H1.HeaderClassName
{
color: #80263E;
}
.AnyTagClassName
{
color: #80263E;
}
</style>
background-color css
<style>
a { background-color: #80263E; }
a { background-color: rgb(128,38,62); }
div.DivClassName
{
background-color: #80263E;
}
.BgClassName
{
background-color: #80263E;
}
</style>
border-color css
<style>
span { border-color: #80263E; }
span { border-color: rgb(128,38,62); }
td.TdClassName
{
border-color: #80263E;
}
.TagClassName
{
border-color: #80263E;
}
</style>