Shades of Paprika #7D273F
Tints of Paprika #7D273F
RGB
CMYK
RGB Variations
Color information
#7D273F (or 0x7D273F) is known color: Paprika. HEX triplet: 7D, 27 and 3F. RGB value is (125,39,63). Sum of RGB (Red+Green+Blue) = 125+39+63=227 (30% of max value = 765). Red value is 125 (49.22% from 255 or 55.07% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 125 - color contains mainly: red. Hex color #7D273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D273F is #82D8C0. Grayscale: #434343. Windows color (decimal): -8575169 or 4138877. OLE color: 4138877.
HSL color Cylindrical-coordinate representation of color #7D273F: hue angle of 343.26º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D273F is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 39 | 63 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.51 |
| HSL | 343.26º | 0.52% | 0.32% | - |
| HSV(B) | 343.26º | 0.69% | 0.49% | - |
| XYZ | 10.08 | 6.17 | 5.36 | - |
| YUV | 67.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 39 | 63 | 0 | 0.69 | 0.50 | 0.51 | 343.26 | 0.52 | 0.32 |
| Hex | 7D | 27 | 3F | 0 | 45 | 32 | 33 | 157 | 34 | 20 |
| Octal | 175 | 47 | 77 | 0 | 105 | 62 | 63 | 527 | 64 | 40 |
| Binary | 1111101 | 100111 | 111111 | 0 | 1000101 | 110010 | 110011 | 101010111 | 110100 | 100000 |
Color Harmonies of #7D273F
Complementary color
Monochromatic Colors of #7D273F
Black with #7D273F
Text Example
Text Example
White with #7D273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D273F; }
p { color: rgb(125,39,63); }
H1.HeaderClassName
{
color: #7D273F;
}
.AnyTagClassName
{
color: #7D273F;
}
</style>
background-color css
<style>
a { background-color: #7D273F; }
a { background-color: rgb(125,39,63); }
div.DivClassName
{
background-color: #7D273F;
}
.BgClassName
{
background-color: #7D273F;
}
</style>
border-color css
<style>
span { border-color: #7D273F; }
span { border-color: rgb(125,39,63); }
td.TdClassName
{
border-color: #7D273F;
}
.TagClassName
{
border-color: #7D273F;
}
</style>