Shades of Paprika #80243D
Tints of Paprika #80243D
RGB
CMYK
RGB Variations
Color information
#80243D (or 0x80243D) is known color: Paprika. HEX triplet: 80, 24 and 3D. RGB value is (128,36,61). Sum of RGB (Red+Green+Blue) = 128+36+61=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #80243D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80243D is #7FDBC2. Grayscale: #424242. Windows color (decimal): -8379331 or 4007040. OLE color: 4007040.
HSL color Cylindrical-coordinate representation of color #80243D: hue angle of 343.7º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80243D is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 61 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.50 |
| HSL | 343.7º | 0.56% | 0.32% | - |
| HSV(B) | 343.7º | 0.72% | 0.5% | - |
| XYZ | 10.38 | 6.19 | 5.06 | - |
| YUV | 66.36 | 124.98 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 61 | 0 | 0.72 | 0.52 | 0.50 | 343.7 | 0.56 | 0.32 |
| Hex | 80 | 24 | 3D | 0 | 48 | 34 | 32 | 158 | 38 | 20 |
| Octal | 200 | 44 | 75 | 0 | 110 | 64 | 62 | 530 | 70 | 40 |
| Binary | 10000000 | 100100 | 111101 | 0 | 1001000 | 110100 | 110010 | 101011000 | 111000 | 100000 |
Color Harmonies of #80243D
Complementary color
Monochromatic Colors of #80243D
Black with #80243D
Text Example
Text Example
White with #80243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80243D; }
p { color: rgb(128,36,61); }
H1.HeaderClassName
{
color: #80243D;
}
.AnyTagClassName
{
color: #80243D;
}
</style>
background-color css
<style>
a { background-color: #80243D; }
a { background-color: rgb(128,36,61); }
div.DivClassName
{
background-color: #80243D;
}
.BgClassName
{
background-color: #80243D;
}
</style>
border-color css
<style>
span { border-color: #80243D; }
span { border-color: rgb(128,36,61); }
td.TdClassName
{
border-color: #80243D;
}
.TagClassName
{
border-color: #80243D;
}
</style>