Shades of Paprika #7F2A3F
Tints of Paprika #7F2A3F
RGB
CMYK
RGB Variations
Color information
#7F2A3F (or 0x7F2A3F) is known color: Paprika. HEX triplet: 7F, 2A and 3F. RGB value is (127,42,63). Sum of RGB (Red+Green+Blue) = 127+42+63=232 (30% of max value = 765). Red value is 127 (50% from 255 or 54.74% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2A3F is #80D5C0. Grayscale: #454545. Windows color (decimal): -8443329 or 4139647. OLE color: 4139647.
HSL color Cylindrical-coordinate representation of color #7F2A3F: hue angle of 345.18º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F2A3F is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 42 | 63 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.50 |
| HSL | 345.18º | 0.5% | 0.33% | - |
| HSV(B) | 345.18º | 0.67% | 0.5% | - |
| XYZ | 10.48 | 6.53 | 5.41 | - |
| YUV | 69.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 42 | 63 | 0 | 0.67 | 0.50 | 0.50 | 345.18 | 0.5 | 0.33 |
| Hex | 7F | 2A | 3F | 0 | 43 | 32 | 32 | 159 | 32 | 21 |
| Octal | 177 | 52 | 77 | 0 | 103 | 62 | 62 | 531 | 62 | 41 |
| Binary | 1111111 | 101010 | 111111 | 0 | 1000011 | 110010 | 110010 | 101011001 | 110010 | 100001 |
Color Harmonies of #7F2A3F
Complementary color
Monochromatic Colors of #7F2A3F
Black with #7F2A3F
Text Example
Text Example
White with #7F2A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2A3F; }
p { color: rgb(127,42,63); }
H1.HeaderClassName
{
color: #7F2A3F;
}
.AnyTagClassName
{
color: #7F2A3F;
}
</style>
background-color css
<style>
a { background-color: #7F2A3F; }
a { background-color: rgb(127,42,63); }
div.DivClassName
{
background-color: #7F2A3F;
}
.BgClassName
{
background-color: #7F2A3F;
}
</style>
border-color css
<style>
span { border-color: #7F2A3F; }
span { border-color: rgb(127,42,63); }
td.TdClassName
{
border-color: #7F2A3F;
}
.TagClassName
{
border-color: #7F2A3F;
}
</style>