Shades of Paprika #7E253C
Tints of Paprika #7E253C
RGB
CMYK
RGB Variations
Color information
#7E253C (or 0x7E253C) is known color: Paprika. HEX triplet: 7E, 25 and 3C. RGB value is (126,37,60). Sum of RGB (Red+Green+Blue) = 126+37+60=223 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.50% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 126 - color contains mainly: red. Hex color #7E253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E253C is #81DAC3. Grayscale: #424242. Windows color (decimal): -8510148 or 3941758. OLE color: 3941758.
HSL color Cylindrical-coordinate representation of color #7E253C: hue angle of 344.49º 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 #7E253C is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 37 | 60 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.51 |
| HSL | 344.49º | 0.55% | 0.32% | - |
| HSV(B) | 344.49º | 0.71% | 0.49% | - |
| XYZ | 10.08 | 6.09 | 4.92 | - |
| YUV | 66.23 | 124.49 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 37 | 60 | 0 | 0.71 | 0.52 | 0.51 | 344.49 | 0.55 | 0.32 |
| Hex | 7E | 25 | 3C | 0 | 47 | 34 | 33 | 158 | 37 | 20 |
| Octal | 176 | 45 | 74 | 0 | 107 | 64 | 63 | 530 | 67 | 40 |
| Binary | 1111110 | 100101 | 111100 | 0 | 1000111 | 110100 | 110011 | 101011000 | 110111 | 100000 |
Color Harmonies of #7E253C
Complementary color
Monochromatic Colors of #7E253C
Black with #7E253C
Text Example
Text Example
White with #7E253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E253C; }
p { color: rgb(126,37,60); }
H1.HeaderClassName
{
color: #7E253C;
}
.AnyTagClassName
{
color: #7E253C;
}
</style>
background-color css
<style>
a { background-color: #7E253C; }
a { background-color: rgb(126,37,60); }
div.DivClassName
{
background-color: #7E253C;
}
.BgClassName
{
background-color: #7E253C;
}
</style>
border-color css
<style>
span { border-color: #7E253C; }
span { border-color: rgb(126,37,60); }
td.TdClassName
{
border-color: #7E253C;
}
.TagClassName
{
border-color: #7E253C;
}
</style>