Shades of Paprika #7E2C3D
Tints of Paprika #7E2C3D
RGB
CMYK
RGB Variations
Color information
#7E2C3D (or 0x7E2C3D) is known color: Paprika. HEX triplet: 7E, 2C and 3D. RGB value is (126,44,61). Sum of RGB (Red+Green+Blue) = 126+44+61=231 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.55% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2C3D is #81D3C2. Grayscale: #464646. Windows color (decimal): -8508355 or 4009086. OLE color: 4009086.
HSL color Cylindrical-coordinate representation of color #7E2C3D: hue angle of 347.56º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E2C3D is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 44 | 61 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.51 |
| HSL | 347.56º | 0.48% | 0.33% | - |
| HSV(B) | 347.56º | 0.65% | 0.49% | - |
| XYZ | 10.35 | 6.57 | 5.14 | - |
| YUV | 70.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 44 | 61 | 0 | 0.65 | 0.52 | 0.51 | 347.56 | 0.48 | 0.33 |
| Hex | 7E | 2C | 3D | 0 | 41 | 34 | 33 | 15C | 30 | 21 |
| Octal | 176 | 54 | 75 | 0 | 101 | 64 | 63 | 534 | 60 | 41 |
| Binary | 1111110 | 101100 | 111101 | 0 | 1000001 | 110100 | 110011 | 101011100 | 110000 | 100001 |
Color Harmonies of #7E2C3D
Complementary color
Monochromatic Colors of #7E2C3D
Black with #7E2C3D
Text Example
Text Example
White with #7E2C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2C3D; }
p { color: rgb(126,44,61); }
H1.HeaderClassName
{
color: #7E2C3D;
}
.AnyTagClassName
{
color: #7E2C3D;
}
</style>
background-color css
<style>
a { background-color: #7E2C3D; }
a { background-color: rgb(126,44,61); }
div.DivClassName
{
background-color: #7E2C3D;
}
.BgClassName
{
background-color: #7E2C3D;
}
</style>
border-color css
<style>
span { border-color: #7E2C3D; }
span { border-color: rgb(126,44,61); }
td.TdClassName
{
border-color: #7E2C3D;
}
.TagClassName
{
border-color: #7E2C3D;
}
</style>