Shades of Paprika #802A3D
Tints of Paprika #802A3D
RGB
CMYK
RGB Variations
Color information
#802A3D (or 0x802A3D) is known color: Paprika. HEX triplet: 80, 2A and 3D. RGB value is (128,42,61). Sum of RGB (Red+Green+Blue) = 128+42+61=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #802A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A3D is #7FD5C2. Grayscale: #454545. Windows color (decimal): -8377795 or 4008576. OLE color: 4008576.
HSL color Cylindrical-coordinate representation of color #802A3D: hue angle of 346.74º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #802A3D is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 42 | 61 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.50 |
| HSL | 346.74º | 0.51% | 0.33% | - |
| HSV(B) | 346.74º | 0.67% | 0.5% | - |
| XYZ | 10.57 | 6.58 | 5.13 | - |
| YUV | 69.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 61 | 0 | 0.67 | 0.52 | 0.50 | 346.74 | 0.51 | 0.33 |
| Hex | 80 | 2A | 3D | 0 | 43 | 34 | 32 | 15B | 33 | 21 |
| Octal | 200 | 52 | 75 | 0 | 103 | 64 | 62 | 533 | 63 | 41 |
| Binary | 10000000 | 101010 | 111101 | 0 | 1000011 | 110100 | 110010 | 101011011 | 110011 | 100001 |
Color Harmonies of #802A3D
Complementary color
Monochromatic Colors of #802A3D
Black with #802A3D
Text Example
Text Example
White with #802A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802A3D; }
p { color: rgb(128,42,61); }
H1.HeaderClassName
{
color: #802A3D;
}
.AnyTagClassName
{
color: #802A3D;
}
</style>
background-color css
<style>
a { background-color: #802A3D; }
a { background-color: rgb(128,42,61); }
div.DivClassName
{
background-color: #802A3D;
}
.BgClassName
{
background-color: #802A3D;
}
</style>
border-color css
<style>
span { border-color: #802A3D; }
span { border-color: rgb(128,42,61); }
td.TdClassName
{
border-color: #802A3D;
}
.TagClassName
{
border-color: #802A3D;
}
</style>