Shades of Paprika #80283D
Tints of Paprika #80283D
RGB
CMYK
RGB Variations
Color information
#80283D (or 0x80283D) is known color: Paprika. HEX triplet: 80, 28 and 3D. RGB value is (128,40,61). Sum of RGB (Red+Green+Blue) = 128+40+61=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #80283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80283D is #7FD7C2. Grayscale: #444444. Windows color (decimal): -8378307 or 4008064. OLE color: 4008064.
HSL color Cylindrical-coordinate representation of color #80283D: hue angle of 345.68º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80283D is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 61 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.50 |
| HSL | 345.68º | 0.52% | 0.33% | - |
| HSV(B) | 345.68º | 0.69% | 0.5% | - |
| XYZ | 10.5 | 6.44 | 5.11 | - |
| YUV | 68.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 61 | 0 | 0.69 | 0.52 | 0.50 | 345.68 | 0.52 | 0.33 |
| Hex | 80 | 28 | 3D | 0 | 45 | 34 | 32 | 15A | 34 | 21 |
| Octal | 200 | 50 | 75 | 0 | 105 | 64 | 62 | 532 | 64 | 41 |
| Binary | 10000000 | 101000 | 111101 | 0 | 1000101 | 110100 | 110010 | 101011010 | 110100 | 100001 |
Color Harmonies of #80283D
Complementary color
Monochromatic Colors of #80283D
Black with #80283D
Text Example
Text Example
White with #80283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80283D; }
p { color: rgb(128,40,61); }
H1.HeaderClassName
{
color: #80283D;
}
.AnyTagClassName
{
color: #80283D;
}
</style>
background-color css
<style>
a { background-color: #80283D; }
a { background-color: rgb(128,40,61); }
div.DivClassName
{
background-color: #80283D;
}
.BgClassName
{
background-color: #80283D;
}
</style>
border-color css
<style>
span { border-color: #80283D; }
span { border-color: rgb(128,40,61); }
td.TdClassName
{
border-color: #80283D;
}
.TagClassName
{
border-color: #80283D;
}
</style>