Shades of Paprika #80283A
Tints of Paprika #80283A
RGB
CMYK
RGB Variations
Color information
#80283A (or 0x80283A) is known color: Paprika. HEX triplet: 80, 28 and 3A. RGB value is (128,40,58). Sum of RGB (Red+Green+Blue) = 128+40+58=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80283A is #7FD7C5. Grayscale: #444444. Windows color (decimal): -8378310 or 3811456. OLE color: 3811456.
HSL color Cylindrical-coordinate representation of color #80283A: hue angle of 347.73º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80283A is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 58 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.50 |
| HSL | 347.73º | 0.52% | 0.33% | - |
| HSV(B) | 347.73º | 0.69% | 0.5% | - |
| XYZ | 10.42 | 6.41 | 4.69 | - |
| YUV | 68.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 58 | 0 | 0.69 | 0.55 | 0.50 | 347.73 | 0.52 | 0.33 |
| Hex | 80 | 28 | 3A | 0 | 45 | 37 | 32 | 15C | 34 | 21 |
| Octal | 200 | 50 | 72 | 0 | 105 | 67 | 62 | 534 | 64 | 41 |
| Binary | 10000000 | 101000 | 111010 | 0 | 1000101 | 110111 | 110010 | 101011100 | 110100 | 100001 |
Color Harmonies of #80283A
Complementary color
Monochromatic Colors of #80283A
Black with #80283A
Text Example
Text Example
White with #80283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80283A; }
p { color: rgb(128,40,58); }
H1.HeaderClassName
{
color: #80283A;
}
.AnyTagClassName
{
color: #80283A;
}
</style>
background-color css
<style>
a { background-color: #80283A; }
a { background-color: rgb(128,40,58); }
div.DivClassName
{
background-color: #80283A;
}
.BgClassName
{
background-color: #80283A;
}
</style>
border-color css
<style>
span { border-color: #80283A; }
span { border-color: rgb(128,40,58); }
td.TdClassName
{
border-color: #80283A;
}
.TagClassName
{
border-color: #80283A;
}
</style>