Shades of Paprika #80233D
Tints of Paprika #80233D
RGB
CMYK
RGB Variations
Color information
#80233D (or 0x80233D) is known color: Paprika. HEX triplet: 80, 23 and 3D. RGB value is (128,35,61). Sum of RGB (Red+Green+Blue) = 128+35+61=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80233D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80233D is #7FDCC2. Grayscale: #414141. Windows color (decimal): -8379587 or 4006784. OLE color: 4006784.
HSL color Cylindrical-coordinate representation of color #80233D: hue angle of 343.23º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80233D is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 35 | 61 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.50 |
| HSL | 343.23º | 0.57% | 0.32% | - |
| HSV(B) | 343.23º | 0.73% | 0.5% | - |
| XYZ | 10.35 | 6.13 | 5.05 | - |
| YUV | 65.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 61 | 0 | 0.73 | 0.52 | 0.50 | 343.23 | 0.57 | 0.32 |
| Hex | 80 | 23 | 3D | 0 | 49 | 34 | 32 | 157 | 39 | 20 |
| Octal | 200 | 43 | 75 | 0 | 111 | 64 | 62 | 527 | 71 | 40 |
| Binary | 10000000 | 100011 | 111101 | 0 | 1001001 | 110100 | 110010 | 101010111 | 111001 | 100000 |
Color Harmonies of #80233D
Complementary color
Monochromatic Colors of #80233D
Black with #80233D
Text Example
Text Example
White with #80233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80233D; }
p { color: rgb(128,35,61); }
H1.HeaderClassName
{
color: #80233D;
}
.AnyTagClassName
{
color: #80233D;
}
</style>
background-color css
<style>
a { background-color: #80233D; }
a { background-color: rgb(128,35,61); }
div.DivClassName
{
background-color: #80233D;
}
.BgClassName
{
background-color: #80233D;
}
</style>
border-color css
<style>
span { border-color: #80233D; }
span { border-color: rgb(128,35,61); }
td.TdClassName
{
border-color: #80233D;
}
.TagClassName
{
border-color: #80233D;
}
</style>