Shades of Paprika #802C36
Tints of Paprika #802C36
RGB
CMYK
RGB Variations
Color information
#802C36 (or 0x802C36) is known color: Paprika. HEX triplet: 80, 2C and 36. RGB value is (128,44,54). Sum of RGB (Red+Green+Blue) = 128+44+54=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #802C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C36 is #7FD3C9. Grayscale: #464646. Windows color (decimal): -8377290 or 3550336. OLE color: 3550336.
HSL color Cylindrical-coordinate representation of color #802C36: hue angle of 352.86º 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 #802C36 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 54 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.50 |
| HSL | 352.86º | 0.49% | 0.34% | - |
| HSV(B) | 352.86º | 0.66% | 0.5% | - |
| XYZ | 10.47 | 6.66 | 4.22 | - |
| YUV | 70.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 54 | 0 | 0.66 | 0.58 | 0.50 | 352.86 | 0.49 | 0.34 |
| Hex | 80 | 2C | 36 | 0 | 42 | 3A | 32 | 161 | 31 | 22 |
| Octal | 200 | 54 | 66 | 0 | 102 | 72 | 62 | 541 | 61 | 42 |
| Binary | 10000000 | 101100 | 110110 | 0 | 1000010 | 111010 | 110010 | 101100001 | 110001 | 100010 |
Color Harmonies of #802C36
Complementary color
Monochromatic Colors of #802C36
Black with #802C36
Text Example
Text Example
White with #802C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C36; }
p { color: rgb(128,44,54); }
H1.HeaderClassName
{
color: #802C36;
}
.AnyTagClassName
{
color: #802C36;
}
</style>
background-color css
<style>
a { background-color: #802C36; }
a { background-color: rgb(128,44,54); }
div.DivClassName
{
background-color: #802C36;
}
.BgClassName
{
background-color: #802C36;
}
</style>
border-color css
<style>
span { border-color: #802C36; }
span { border-color: rgb(128,44,54); }
td.TdClassName
{
border-color: #802C36;
}
.TagClassName
{
border-color: #802C36;
}
</style>