Shades of Paprika #7E2A3F
Tints of Paprika #7E2A3F
RGB
CMYK
RGB Variations
Color information
#7E2A3F (or 0x7E2A3F) is known color: Paprika. HEX triplet: 7E, 2A and 3F. RGB value is (126,42,63). Sum of RGB (Red+Green+Blue) = 126+42+63=231 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.55% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2A3F is #81D5C0. Grayscale: #454545. Windows color (decimal): -8508865 or 4139646. OLE color: 4139646.
HSL color Cylindrical-coordinate representation of color #7E2A3F: hue angle of 345º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E2A3F is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 42 | 63 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.51 |
| HSL | 345º | 0.5% | 0.33% | - |
| HSV(B) | 345º | 0.67% | 0.49% | - |
| XYZ | 10.33 | 6.45 | 5.4 | - |
| YUV | 69.51 | 124.33 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 42 | 63 | 0 | 0.67 | 0.50 | 0.51 | 345 | 0.5 | 0.33 |
| Hex | 7E | 2A | 3F | 0 | 43 | 32 | 33 | 159 | 32 | 21 |
| Octal | 176 | 52 | 77 | 0 | 103 | 62 | 63 | 531 | 62 | 41 |
| Binary | 1111110 | 101010 | 111111 | 0 | 1000011 | 110010 | 110011 | 101011001 | 110010 | 100001 |
Color Harmonies of #7E2A3F
Complementary color
Monochromatic Colors of #7E2A3F
Black with #7E2A3F
Text Example
Text Example
White with #7E2A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2A3F; }
p { color: rgb(126,42,63); }
H1.HeaderClassName
{
color: #7E2A3F;
}
.AnyTagClassName
{
color: #7E2A3F;
}
</style>
background-color css
<style>
a { background-color: #7E2A3F; }
a { background-color: rgb(126,42,63); }
div.DivClassName
{
background-color: #7E2A3F;
}
.BgClassName
{
background-color: #7E2A3F;
}
</style>
border-color css
<style>
span { border-color: #7E2A3F; }
span { border-color: rgb(126,42,63); }
td.TdClassName
{
border-color: #7E2A3F;
}
.TagClassName
{
border-color: #7E2A3F;
}
</style>