Shades of Paprika #802C3E
Tints of Paprika #802C3E
RGB
CMYK
RGB Variations
Color information
#802C3E (or 0x802C3E) is known color: Paprika. HEX triplet: 80, 2C and 3E. RGB value is (128,44,62). Sum of RGB (Red+Green+Blue) = 128+44+62=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #802C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C3E is #7FD3C1. Grayscale: #474747. Windows color (decimal): -8377282 or 4074624. OLE color: 4074624.
HSL color Cylindrical-coordinate representation of color #802C3E: hue angle of 347.14º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #802C3E is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 62 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.50 |
| HSL | 347.14º | 0.49% | 0.34% | - |
| HSV(B) | 347.14º | 0.66% | 0.5% | - |
| XYZ | 10.67 | 6.74 | 5.3 | - |
| YUV | 71.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 62 | 0 | 0.66 | 0.52 | 0.50 | 347.14 | 0.49 | 0.34 |
| Hex | 80 | 2C | 3E | 0 | 42 | 34 | 32 | 15B | 31 | 22 |
| Octal | 200 | 54 | 76 | 0 | 102 | 64 | 62 | 533 | 61 | 42 |
| Binary | 10000000 | 101100 | 111110 | 0 | 1000010 | 110100 | 110010 | 101011011 | 110001 | 100010 |
Color Harmonies of #802C3E
Complementary color
Monochromatic Colors of #802C3E
Black with #802C3E
Text Example
Text Example
White with #802C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C3E; }
p { color: rgb(128,44,62); }
H1.HeaderClassName
{
color: #802C3E;
}
.AnyTagClassName
{
color: #802C3E;
}
</style>
background-color css
<style>
a { background-color: #802C3E; }
a { background-color: rgb(128,44,62); }
div.DivClassName
{
background-color: #802C3E;
}
.BgClassName
{
background-color: #802C3E;
}
</style>
border-color css
<style>
span { border-color: #802C3E; }
span { border-color: rgb(128,44,62); }
td.TdClassName
{
border-color: #802C3E;
}
.TagClassName
{
border-color: #802C3E;
}
</style>