Shades of Paprika #7E2B37
Tints of Paprika #7E2B37
RGB
CMYK
RGB Variations
Color information
#7E2B37 (or 0x7E2B37) is known color: Paprika. HEX triplet: 7E, 2B and 37. RGB value is (126,43,55). Sum of RGB (Red+Green+Blue) = 126+43+55=224 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.25% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2B37 is #81D4C8. Grayscale: #454545. Windows color (decimal): -8508617 or 3615614. OLE color: 3615614.
HSL color Cylindrical-coordinate representation of color #7E2B37: hue angle of 351.33º 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 #7E2B37 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 43 | 55 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.51 |
| HSL | 351.33º | 0.49% | 0.33% | - |
| HSV(B) | 351.33º | 0.66% | 0.49% | - |
| XYZ | 10.16 | 6.44 | 4.32 | - |
| YUV | 69.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 43 | 55 | 0 | 0.66 | 0.56 | 0.51 | 351.33 | 0.49 | 0.33 |
| Hex | 7E | 2B | 37 | 0 | 42 | 38 | 33 | 15F | 31 | 21 |
| Octal | 176 | 53 | 67 | 0 | 102 | 70 | 63 | 537 | 61 | 41 |
| Binary | 1111110 | 101011 | 110111 | 0 | 1000010 | 111000 | 110011 | 101011111 | 110001 | 100001 |
Color Harmonies of #7E2B37
Complementary color
Monochromatic Colors of #7E2B37
Black with #7E2B37
Text Example
Text Example
White with #7E2B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2B37; }
p { color: rgb(126,43,55); }
H1.HeaderClassName
{
color: #7E2B37;
}
.AnyTagClassName
{
color: #7E2B37;
}
</style>
background-color css
<style>
a { background-color: #7E2B37; }
a { background-color: rgb(126,43,55); }
div.DivClassName
{
background-color: #7E2B37;
}
.BgClassName
{
background-color: #7E2B37;
}
</style>
border-color css
<style>
span { border-color: #7E2B37; }
span { border-color: rgb(126,43,55); }
td.TdClassName
{
border-color: #7E2B37;
}
.TagClassName
{
border-color: #7E2B37;
}
</style>