Shades of Paprika #7E2B34
Tints of Paprika #7E2B34
RGB
CMYK
RGB Variations
Color information
#7E2B34 (or 0x7E2B34) is known color: Paprika. HEX triplet: 7E, 2B and 34. RGB value is (126,43,52). Sum of RGB (Red+Green+Blue) = 126+43+52=221 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.01% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2B34 is #81D4CB. Grayscale: #444444. Windows color (decimal): -8508620 or 3419006. OLE color: 3419006.
HSL color Cylindrical-coordinate representation of color #7E2B34: hue angle of 353.49º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E2B34 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 43 | 52 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.51 |
| HSL | 353.49º | 0.49% | 0.33% | - |
| HSV(B) | 353.49º | 0.66% | 0.49% | - |
| XYZ | 10.09 | 6.41 | 3.95 | - |
| YUV | 68.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 43 | 52 | 0 | 0.66 | 0.59 | 0.51 | 353.49 | 0.49 | 0.33 |
| Hex | 7E | 2B | 34 | 0 | 42 | 3B | 33 | 161 | 31 | 21 |
| Octal | 176 | 53 | 64 | 0 | 102 | 73 | 63 | 541 | 61 | 41 |
| Binary | 1111110 | 101011 | 110100 | 0 | 1000010 | 111011 | 110011 | 101100001 | 110001 | 100001 |
Color Harmonies of #7E2B34
Complementary color
Monochromatic Colors of #7E2B34
Black with #7E2B34
Text Example
Text Example
White with #7E2B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2B34; }
p { color: rgb(126,43,52); }
H1.HeaderClassName
{
color: #7E2B34;
}
.AnyTagClassName
{
color: #7E2B34;
}
</style>
background-color css
<style>
a { background-color: #7E2B34; }
a { background-color: rgb(126,43,52); }
div.DivClassName
{
background-color: #7E2B34;
}
.BgClassName
{
background-color: #7E2B34;
}
</style>
border-color css
<style>
span { border-color: #7E2B34; }
span { border-color: rgb(126,43,52); }
td.TdClassName
{
border-color: #7E2B34;
}
.TagClassName
{
border-color: #7E2B34;
}
</style>