Shades of Paprika #80253D
Tints of Paprika #80253D
RGB
CMYK
RGB Variations
Color information
#80253D (or 0x80253D) is known color: Paprika. HEX triplet: 80, 25 and 3D. RGB value is (128,37,61). Sum of RGB (Red+Green+Blue) = 128+37+61=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80253D is #7FDAC2. Grayscale: #424242. Windows color (decimal): -8379075 or 4007296. OLE color: 4007296.
HSL color Cylindrical-coordinate representation of color #80253D: hue angle of 344.18º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80253D is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 37 | 61 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.50 |
| HSL | 344.18º | 0.55% | 0.32% | - |
| HSV(B) | 344.18º | 0.71% | 0.5% | - |
| XYZ | 10.41 | 6.25 | 5.07 | - |
| YUV | 66.95 | 124.65 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 61 | 0 | 0.71 | 0.52 | 0.50 | 344.18 | 0.55 | 0.32 |
| Hex | 80 | 25 | 3D | 0 | 47 | 34 | 32 | 158 | 37 | 20 |
| Octal | 200 | 45 | 75 | 0 | 107 | 64 | 62 | 530 | 67 | 40 |
| Binary | 10000000 | 100101 | 111101 | 0 | 1000111 | 110100 | 110010 | 101011000 | 110111 | 100000 |
Color Harmonies of #80253D
Complementary color
Monochromatic Colors of #80253D
Black with #80253D
Text Example
Text Example
White with #80253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80253D; }
p { color: rgb(128,37,61); }
H1.HeaderClassName
{
color: #80253D;
}
.AnyTagClassName
{
color: #80253D;
}
</style>
background-color css
<style>
a { background-color: #80253D; }
a { background-color: rgb(128,37,61); }
div.DivClassName
{
background-color: #80253D;
}
.BgClassName
{
background-color: #80253D;
}
</style>
border-color css
<style>
span { border-color: #80253D; }
span { border-color: rgb(128,37,61); }
td.TdClassName
{
border-color: #80253D;
}
.TagClassName
{
border-color: #80253D;
}
</style>