Shades of Paprika #80243C
Tints of Paprika #80243C
RGB
CMYK
RGB Variations
Color information
#80243C (or 0x80243C) is known color: Paprika. HEX triplet: 80, 24 and 3C. RGB value is (128,36,60). Sum of RGB (Red+Green+Blue) = 128+36+60=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80243C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80243C is #7FDBC3. Grayscale: #424242. Windows color (decimal): -8379332 or 3941504. OLE color: 3941504.
HSL color Cylindrical-coordinate representation of color #80243C: hue angle of 344.35º 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 #80243C is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 60 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.50 |
| HSL | 344.35º | 0.56% | 0.32% | - |
| HSV(B) | 344.35º | 0.72% | 0.5% | - |
| XYZ | 10.35 | 6.18 | 4.92 | - |
| YUV | 66.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 60 | 0 | 0.72 | 0.53 | 0.50 | 344.35 | 0.56 | 0.32 |
| Hex | 80 | 24 | 3C | 0 | 48 | 35 | 32 | 158 | 38 | 20 |
| Octal | 200 | 44 | 74 | 0 | 110 | 65 | 62 | 530 | 70 | 40 |
| Binary | 10000000 | 100100 | 111100 | 0 | 1001000 | 110101 | 110010 | 101011000 | 111000 | 100000 |
Color Harmonies of #80243C
Complementary color
Monochromatic Colors of #80243C
Black with #80243C
Text Example
Text Example
White with #80243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80243C; }
p { color: rgb(128,36,60); }
H1.HeaderClassName
{
color: #80243C;
}
.AnyTagClassName
{
color: #80243C;
}
</style>
background-color css
<style>
a { background-color: #80243C; }
a { background-color: rgb(128,36,60); }
div.DivClassName
{
background-color: #80243C;
}
.BgClassName
{
background-color: #80243C;
}
</style>
border-color css
<style>
span { border-color: #80243C; }
span { border-color: rgb(128,36,60); }
td.TdClassName
{
border-color: #80243C;
}
.TagClassName
{
border-color: #80243C;
}
</style>