Shades of Paprika #802C35
Tints of Paprika #802C35
RGB
CMYK
RGB Variations
Color information
#802C35 (or 0x802C35) is known color: Paprika. HEX triplet: 80, 2C and 35. RGB value is (128,44,53). Sum of RGB (Red+Green+Blue) = 128+44+53=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #802C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C35 is #7FD3CA. Grayscale: #464646. Windows color (decimal): -8377291 or 3484800. OLE color: 3484800.
HSL color Cylindrical-coordinate representation of color #802C35: hue angle of 353.57º 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 #802C35 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 53 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.50 |
| HSL | 353.57º | 0.49% | 0.34% | - |
| HSV(B) | 353.57º | 0.66% | 0.5% | - |
| XYZ | 10.45 | 6.65 | 4.1 | - |
| YUV | 70.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 53 | 0 | 0.66 | 0.59 | 0.50 | 353.57 | 0.49 | 0.34 |
| Hex | 80 | 2C | 35 | 0 | 42 | 3B | 32 | 162 | 31 | 22 |
| Octal | 200 | 54 | 65 | 0 | 102 | 73 | 62 | 542 | 61 | 42 |
| Binary | 10000000 | 101100 | 110101 | 0 | 1000010 | 111011 | 110010 | 101100010 | 110001 | 100010 |
Color Harmonies of #802C35
Complementary color
Monochromatic Colors of #802C35
Black with #802C35
Text Example
Text Example
White with #802C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C35; }
p { color: rgb(128,44,53); }
H1.HeaderClassName
{
color: #802C35;
}
.AnyTagClassName
{
color: #802C35;
}
</style>
background-color css
<style>
a { background-color: #802C35; }
a { background-color: rgb(128,44,53); }
div.DivClassName
{
background-color: #802C35;
}
.BgClassName
{
background-color: #802C35;
}
</style>
border-color css
<style>
span { border-color: #802C35; }
span { border-color: rgb(128,44,53); }
td.TdClassName
{
border-color: #802C35;
}
.TagClassName
{
border-color: #802C35;
}
</style>