Shades of Paprika #7E253D
Tints of Paprika #7E253D
RGB
CMYK
RGB Variations
Color information
#7E253D (or 0x7E253D) is known color: Paprika. HEX triplet: 7E, 25 and 3D. RGB value is (126,37,61). Sum of RGB (Red+Green+Blue) = 126+37+61=224 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.25% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 126 - color contains mainly: red. Hex color #7E253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E253D is #81DAC2. Grayscale: #424242. Windows color (decimal): -8510147 or 4007294. OLE color: 4007294.
HSL color Cylindrical-coordinate representation of color #7E253D: hue angle of 343.82º 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 #7E253D is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 37 | 61 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.51 |
| HSL | 343.82º | 0.55% | 0.32% | - |
| HSV(B) | 343.82º | 0.71% | 0.49% | - |
| XYZ | 10.11 | 6.1 | 5.06 | - |
| YUV | 66.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 37 | 61 | 0 | 0.71 | 0.52 | 0.51 | 343.82 | 0.55 | 0.32 |
| Hex | 7E | 25 | 3D | 0 | 47 | 34 | 33 | 158 | 37 | 20 |
| Octal | 176 | 45 | 75 | 0 | 107 | 64 | 63 | 530 | 67 | 40 |
| Binary | 1111110 | 100101 | 111101 | 0 | 1000111 | 110100 | 110011 | 101011000 | 110111 | 100000 |
Color Harmonies of #7E253D
Complementary color
Monochromatic Colors of #7E253D
Black with #7E253D
Text Example
Text Example
White with #7E253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E253D; }
p { color: rgb(126,37,61); }
H1.HeaderClassName
{
color: #7E253D;
}
.AnyTagClassName
{
color: #7E253D;
}
</style>
background-color css
<style>
a { background-color: #7E253D; }
a { background-color: rgb(126,37,61); }
div.DivClassName
{
background-color: #7E253D;
}
.BgClassName
{
background-color: #7E253D;
}
</style>
border-color css
<style>
span { border-color: #7E253D; }
span { border-color: rgb(126,37,61); }
td.TdClassName
{
border-color: #7E253D;
}
.TagClassName
{
border-color: #7E253D;
}
</style>