Shades of Paprika #802B3F
Tints of Paprika #802B3F
RGB
CMYK
RGB Variations
Color information
#802B3F (or 0x802B3F) is known color: Paprika. HEX triplet: 80, 2B and 3F. RGB value is (128,43,63). Sum of RGB (Red+Green+Blue) = 128+43+63=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #802B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802B3F is #7FD4C0. Grayscale: #464646. Windows color (decimal): -8377537 or 4139904. OLE color: 4139904.
HSL color Cylindrical-coordinate representation of color #802B3F: hue angle of 345.88º degrees, saturation: 0.5, 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 #802B3F is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 43 | 63 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.50 |
| HSL | 345.88º | 0.5% | 0.34% | - |
| HSV(B) | 345.88º | 0.66% | 0.5% | - |
| XYZ | 10.66 | 6.68 | 5.43 | - |
| YUV | 70.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 63 | 0 | 0.66 | 0.51 | 0.50 | 345.88 | 0.5 | 0.34 |
| Hex | 80 | 2B | 3F | 0 | 42 | 33 | 32 | 15A | 32 | 22 |
| Octal | 200 | 53 | 77 | 0 | 102 | 63 | 62 | 532 | 62 | 42 |
| Binary | 10000000 | 101011 | 111111 | 0 | 1000010 | 110011 | 110010 | 101011010 | 110010 | 100010 |
Color Harmonies of #802B3F
Complementary color
Monochromatic Colors of #802B3F
Black with #802B3F
Text Example
Text Example
White with #802B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802B3F; }
p { color: rgb(128,43,63); }
H1.HeaderClassName
{
color: #802B3F;
}
.AnyTagClassName
{
color: #802B3F;
}
</style>
background-color css
<style>
a { background-color: #802B3F; }
a { background-color: rgb(128,43,63); }
div.DivClassName
{
background-color: #802B3F;
}
.BgClassName
{
background-color: #802B3F;
}
</style>
border-color css
<style>
span { border-color: #802B3F; }
span { border-color: rgb(128,43,63); }
td.TdClassName
{
border-color: #802B3F;
}
.TagClassName
{
border-color: #802B3F;
}
</style>