Shades of Paprika #7D2A3A
Tints of Paprika #7D2A3A
RGB
CMYK
RGB Variations
Color information
#7D2A3A (or 0x7D2A3A) is known color: Paprika. HEX triplet: 7D, 2A and 3A. RGB value is (125,42,58). Sum of RGB (Red+Green+Blue) = 125+42+58=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2A3A is #82D5C5. Grayscale: #444444. Windows color (decimal): -8574406 or 3811965. OLE color: 3811965.
HSL color Cylindrical-coordinate representation of color #7D2A3A: hue angle of 348.43º degrees, saturation: 0.5, 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 #7D2A3A is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 42 | 58 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.51 |
| HSL | 348.43º | 0.5% | 0.33% | - |
| HSV(B) | 348.43º | 0.66% | 0.49% | - |
| XYZ | 10.05 | 6.32 | 4.69 | - |
| YUV | 68.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 42 | 58 | 0 | 0.66 | 0.54 | 0.51 | 348.43 | 0.5 | 0.33 |
| Hex | 7D | 2A | 3A | 0 | 42 | 36 | 33 | 15C | 32 | 21 |
| Octal | 175 | 52 | 72 | 0 | 102 | 66 | 63 | 534 | 62 | 41 |
| Binary | 1111101 | 101010 | 111010 | 0 | 1000010 | 110110 | 110011 | 101011100 | 110010 | 100001 |
Color Harmonies of #7D2A3A
Complementary color
Monochromatic Colors of #7D2A3A
Black with #7D2A3A
Text Example
Text Example
White with #7D2A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2A3A; }
p { color: rgb(125,42,58); }
H1.HeaderClassName
{
color: #7D2A3A;
}
.AnyTagClassName
{
color: #7D2A3A;
}
</style>
background-color css
<style>
a { background-color: #7D2A3A; }
a { background-color: rgb(125,42,58); }
div.DivClassName
{
background-color: #7D2A3A;
}
.BgClassName
{
background-color: #7D2A3A;
}
</style>
border-color css
<style>
span { border-color: #7D2A3A; }
span { border-color: rgb(125,42,58); }
td.TdClassName
{
border-color: #7D2A3A;
}
.TagClassName
{
border-color: #7D2A3A;
}
</style>