Shades of Paprika #7D273A
Tints of Paprika #7D273A
RGB
CMYK
RGB Variations
Color information
#7D273A (or 0x7D273A) is known color: Paprika. HEX triplet: 7D, 27 and 3A. RGB value is (125,39,58). Sum of RGB (Red+Green+Blue) = 125+39+58=222 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.31% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 125 - color contains mainly: red. Hex color #7D273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D273A is #82D8C5. Grayscale: #424242. Windows color (decimal): -8575174 or 3811197. OLE color: 3811197.
HSL color Cylindrical-coordinate representation of color #7D273A: hue angle of 346.74º 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 #7D273A is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 39 | 58 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.51 |
| HSL | 346.74º | 0.52% | 0.32% | - |
| HSV(B) | 346.74º | 0.69% | 0.49% | - |
| XYZ | 9.95 | 6.12 | 4.66 | - |
| YUV | 66.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 39 | 58 | 0 | 0.69 | 0.54 | 0.51 | 346.74 | 0.52 | 0.32 |
| Hex | 7D | 27 | 3A | 0 | 45 | 36 | 33 | 15B | 34 | 20 |
| Octal | 175 | 47 | 72 | 0 | 105 | 66 | 63 | 533 | 64 | 40 |
| Binary | 1111101 | 100111 | 111010 | 0 | 1000101 | 110110 | 110011 | 101011011 | 110100 | 100000 |
Color Harmonies of #7D273A
Complementary color
Monochromatic Colors of #7D273A
Black with #7D273A
Text Example
Text Example
White with #7D273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D273A; }
p { color: rgb(125,39,58); }
H1.HeaderClassName
{
color: #7D273A;
}
.AnyTagClassName
{
color: #7D273A;
}
</style>
background-color css
<style>
a { background-color: #7D273A; }
a { background-color: rgb(125,39,58); }
div.DivClassName
{
background-color: #7D273A;
}
.BgClassName
{
background-color: #7D273A;
}
</style>
border-color css
<style>
span { border-color: #7D273A; }
span { border-color: rgb(125,39,58); }
td.TdClassName
{
border-color: #7D273A;
}
.TagClassName
{
border-color: #7D273A;
}
</style>