Shades of Paprika #80273F
Tints of Paprika #80273F
RGB
CMYK
RGB Variations
Color information
#80273F (or 0x80273F) is known color: Paprika. HEX triplet: 80, 27 and 3F. RGB value is (128,39,63). Sum of RGB (Red+Green+Blue) = 128+39+63=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #80273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80273F is #7FD8C0. Grayscale: #444444. Windows color (decimal): -8378561 or 4138880. OLE color: 4138880.
HSL color Cylindrical-coordinate representation of color #80273F: hue angle of 343.82º 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 #80273F is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 39 | 63 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.50 |
| HSL | 343.82º | 0.53% | 0.33% | - |
| HSV(B) | 343.82º | 0.7% | 0.5% | - |
| XYZ | 10.52 | 6.4 | 5.38 | - |
| YUV | 68.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 63 | 0 | 0.70 | 0.51 | 0.50 | 343.82 | 0.53 | 0.33 |
| Hex | 80 | 27 | 3F | 0 | 46 | 33 | 32 | 158 | 35 | 21 |
| Octal | 200 | 47 | 77 | 0 | 106 | 63 | 62 | 530 | 65 | 41 |
| Binary | 10000000 | 100111 | 111111 | 0 | 1000110 | 110011 | 110010 | 101011000 | 110101 | 100001 |
Color Harmonies of #80273F
Complementary color
Monochromatic Colors of #80273F
Black with #80273F
Text Example
Text Example
White with #80273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80273F; }
p { color: rgb(128,39,63); }
H1.HeaderClassName
{
color: #80273F;
}
.AnyTagClassName
{
color: #80273F;
}
</style>
background-color css
<style>
a { background-color: #80273F; }
a { background-color: rgb(128,39,63); }
div.DivClassName
{
background-color: #80273F;
}
.BgClassName
{
background-color: #80273F;
}
</style>
border-color css
<style>
span { border-color: #80273F; }
span { border-color: rgb(128,39,63); }
td.TdClassName
{
border-color: #80273F;
}
.TagClassName
{
border-color: #80273F;
}
</style>