Shades of Paprika #7D2D42
Tints of Paprika #7D2D42
RGB
CMYK
RGB Variations
Color information
#7D2D42 (or 0x7D2D42) is known color: Paprika. HEX triplet: 7D, 2D and 42. RGB value is (125,45,66). Sum of RGB (Red+Green+Blue) = 125+45+66=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2D42 is #82D2BD. Grayscale: #474747. Windows color (decimal): -8573630 or 4337021. OLE color: 4337021.
HSL color Cylindrical-coordinate representation of color #7D2D42: hue angle of 344.25º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D2D42 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 45 | 66 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.51 |
| HSL | 344.25º | 0.47% | 0.33% | - |
| HSV(B) | 344.25º | 0.64% | 0.49% | - |
| XYZ | 10.38 | 6.63 | 5.89 | - |
| YUV | 71.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 45 | 66 | 0 | 0.64 | 0.47 | 0.51 | 344.25 | 0.47 | 0.33 |
| Hex | 7D | 2D | 42 | 0 | 40 | 2F | 33 | 158 | 2F | 21 |
| Octal | 175 | 55 | 102 | 0 | 100 | 57 | 63 | 530 | 57 | 41 |
| Binary | 1111101 | 101101 | 1000010 | 0 | 1000000 | 101111 | 110011 | 101011000 | 101111 | 100001 |
Color Harmonies of #7D2D42
Complementary color
Monochromatic Colors of #7D2D42
Black with #7D2D42
Text Example
Text Example
White with #7D2D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2D42; }
p { color: rgb(125,45,66); }
H1.HeaderClassName
{
color: #7D2D42;
}
.AnyTagClassName
{
color: #7D2D42;
}
</style>
background-color css
<style>
a { background-color: #7D2D42; }
a { background-color: rgb(125,45,66); }
div.DivClassName
{
background-color: #7D2D42;
}
.BgClassName
{
background-color: #7D2D42;
}
</style>
border-color css
<style>
span { border-color: #7D2D42; }
span { border-color: rgb(125,45,66); }
td.TdClassName
{
border-color: #7D2D42;
}
.TagClassName
{
border-color: #7D2D42;
}
</style>