Shades of Paprika #7E253B
Tints of Paprika #7E253B
RGB
CMYK
RGB Variations
Color information
#7E253B (or 0x7E253B) is known color: Paprika. HEX triplet: 7E, 25 and 3B. RGB value is (126,37,59). Sum of RGB (Red+Green+Blue) = 126+37+59=222 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.76% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 126 - color contains mainly: red. Hex color #7E253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E253B is #81DAC4. Grayscale: #424242. Windows color (decimal): -8510149 or 3876222. OLE color: 3876222.
HSL color Cylindrical-coordinate representation of color #7E253B: hue angle of 345.17º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E253B is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 37 | 59 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.51 |
| HSL | 345.17º | 0.55% | 0.32% | - |
| HSV(B) | 345.17º | 0.71% | 0.49% | - |
| XYZ | 10.06 | 6.07 | 4.78 | - |
| YUV | 66.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 37 | 59 | 0 | 0.71 | 0.53 | 0.51 | 345.17 | 0.55 | 0.32 |
| Hex | 7E | 25 | 3B | 0 | 47 | 35 | 33 | 159 | 37 | 20 |
| Octal | 176 | 45 | 73 | 0 | 107 | 65 | 63 | 531 | 67 | 40 |
| Binary | 1111110 | 100101 | 111011 | 0 | 1000111 | 110101 | 110011 | 101011001 | 110111 | 100000 |
Color Harmonies of #7E253B
Complementary color
Monochromatic Colors of #7E253B
Black with #7E253B
Text Example
Text Example
White with #7E253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E253B; }
p { color: rgb(126,37,59); }
H1.HeaderClassName
{
color: #7E253B;
}
.AnyTagClassName
{
color: #7E253B;
}
</style>
background-color css
<style>
a { background-color: #7E253B; }
a { background-color: rgb(126,37,59); }
div.DivClassName
{
background-color: #7E253B;
}
.BgClassName
{
background-color: #7E253B;
}
</style>
border-color css
<style>
span { border-color: #7E253B; }
span { border-color: rgb(126,37,59); }
td.TdClassName
{
border-color: #7E253B;
}
.TagClassName
{
border-color: #7E253B;
}
</style>