Shades of Paprika #7E2A3B
Tints of Paprika #7E2A3B
RGB
CMYK
RGB Variations
Color information
#7E2A3B (or 0x7E2A3B) is known color: Paprika. HEX triplet: 7E, 2A and 3B. RGB value is (126,42,59). Sum of RGB (Red+Green+Blue) = 126+42+59=227 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.51% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2A3B is #81D5C4. Grayscale: #454545. Windows color (decimal): -8508869 or 3877502. OLE color: 3877502.
HSL color Cylindrical-coordinate representation of color #7E2A3B: hue angle of 347.86º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E2A3B is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 42 | 59 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.51 |
| HSL | 347.86º | 0.5% | 0.33% | - |
| HSV(B) | 347.86º | 0.67% | 0.49% | - |
| XYZ | 10.22 | 6.41 | 4.84 | - |
| YUV | 69.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 42 | 59 | 0 | 0.67 | 0.53 | 0.51 | 347.86 | 0.5 | 0.33 |
| Hex | 7E | 2A | 3B | 0 | 43 | 35 | 33 | 15C | 32 | 21 |
| Octal | 176 | 52 | 73 | 0 | 103 | 65 | 63 | 534 | 62 | 41 |
| Binary | 1111110 | 101010 | 111011 | 0 | 1000011 | 110101 | 110011 | 101011100 | 110010 | 100001 |
Color Harmonies of #7E2A3B
Complementary color
Monochromatic Colors of #7E2A3B
Black with #7E2A3B
Text Example
Text Example
White with #7E2A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2A3B; }
p { color: rgb(126,42,59); }
H1.HeaderClassName
{
color: #7E2A3B;
}
.AnyTagClassName
{
color: #7E2A3B;
}
</style>
background-color css
<style>
a { background-color: #7E2A3B; }
a { background-color: rgb(126,42,59); }
div.DivClassName
{
background-color: #7E2A3B;
}
.BgClassName
{
background-color: #7E2A3B;
}
</style>
border-color css
<style>
span { border-color: #7E2A3B; }
span { border-color: rgb(126,42,59); }
td.TdClassName
{
border-color: #7E2A3B;
}
.TagClassName
{
border-color: #7E2A3B;
}
</style>