Shades of Paprika #7E283E
Tints of Paprika #7E283E
RGB
CMYK
RGB Variations
Color information
#7E283E (or 0x7E283E) is known color: Paprika. HEX triplet: 7E, 28 and 3E. RGB value is (126,40,62). Sum of RGB (Red+Green+Blue) = 126+40+62=228 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.26% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 126 - color contains mainly: red. Hex color #7E283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E283E is #81D7C1. Grayscale: #444444. Windows color (decimal): -8509378 or 4073598. OLE color: 4073598.
HSL color Cylindrical-coordinate representation of color #7E283E: hue angle of 344.65º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E283E is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 40 | 62 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.51 |
| HSL | 344.65º | 0.52% | 0.33% | - |
| HSV(B) | 344.65º | 0.68% | 0.49% | - |
| XYZ | 10.23 | 6.3 | 5.23 | - |
| YUV | 68.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 40 | 62 | 0 | 0.68 | 0.51 | 0.51 | 344.65 | 0.52 | 0.33 |
| Hex | 7E | 28 | 3E | 0 | 44 | 33 | 33 | 159 | 34 | 21 |
| Octal | 176 | 50 | 76 | 0 | 104 | 63 | 63 | 531 | 64 | 41 |
| Binary | 1111110 | 101000 | 111110 | 0 | 1000100 | 110011 | 110011 | 101011001 | 110100 | 100001 |
Color Harmonies of #7E283E
Complementary color
Monochromatic Colors of #7E283E
Black with #7E283E
Text Example
Text Example
White with #7E283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E283E; }
p { color: rgb(126,40,62); }
H1.HeaderClassName
{
color: #7E283E;
}
.AnyTagClassName
{
color: #7E283E;
}
</style>
background-color css
<style>
a { background-color: #7E283E; }
a { background-color: rgb(126,40,62); }
div.DivClassName
{
background-color: #7E283E;
}
.BgClassName
{
background-color: #7E283E;
}
</style>
border-color css
<style>
span { border-color: #7E283E; }
span { border-color: rgb(126,40,62); }
td.TdClassName
{
border-color: #7E283E;
}
.TagClassName
{
border-color: #7E283E;
}
</style>