Shades of Paprika #7E2B3C
Tints of Paprika #7E2B3C
RGB
CMYK
RGB Variations
Color information
#7E2B3C (or 0x7E2B3C) is known color: Paprika. HEX triplet: 7E, 2B and 3C. RGB value is (126,43,60). Sum of RGB (Red+Green+Blue) = 126+43+60=229 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.02% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2B3C is #81D4C3. Grayscale: #454545. Windows color (decimal): -8508612 or 3943294. OLE color: 3943294.
HSL color Cylindrical-coordinate representation of color #7E2B3C: hue angle of 347.71º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E2B3C is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 43 | 60 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.51 |
| HSL | 347.71º | 0.49% | 0.33% | - |
| HSV(B) | 347.71º | 0.66% | 0.49% | - |
| XYZ | 10.28 | 6.49 | 4.99 | - |
| YUV | 69.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 43 | 60 | 0 | 0.66 | 0.52 | 0.51 | 347.71 | 0.49 | 0.33 |
| Hex | 7E | 2B | 3C | 0 | 42 | 34 | 33 | 15C | 31 | 21 |
| Octal | 176 | 53 | 74 | 0 | 102 | 64 | 63 | 534 | 61 | 41 |
| Binary | 1111110 | 101011 | 111100 | 0 | 1000010 | 110100 | 110011 | 101011100 | 110001 | 100001 |
Color Harmonies of #7E2B3C
Complementary color
Monochromatic Colors of #7E2B3C
Black with #7E2B3C
Text Example
Text Example
White with #7E2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2B3C; }
p { color: rgb(126,43,60); }
H1.HeaderClassName
{
color: #7E2B3C;
}
.AnyTagClassName
{
color: #7E2B3C;
}
</style>
background-color css
<style>
a { background-color: #7E2B3C; }
a { background-color: rgb(126,43,60); }
div.DivClassName
{
background-color: #7E2B3C;
}
.BgClassName
{
background-color: #7E2B3C;
}
</style>
border-color css
<style>
span { border-color: #7E2B3C; }
span { border-color: rgb(126,43,60); }
td.TdClassName
{
border-color: #7E2B3C;
}
.TagClassName
{
border-color: #7E2B3C;
}
</style>