Shades of Paprika #7D233D
Tints of Paprika #7D233D
RGB
CMYK
RGB Variations
Color information
#7D233D (or 0x7D233D) is known color: Paprika. HEX triplet: 7D, 23 and 3D. RGB value is (125,35,61). Sum of RGB (Red+Green+Blue) = 125+35+61=221 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.56% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 125 - color contains mainly: red. Hex color #7D233D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D233D is #82DCC2. Grayscale: #404040. Windows color (decimal): -8576195 or 4006781. OLE color: 4006781.
HSL color Cylindrical-coordinate representation of color #7D233D: hue angle of 342.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D233D is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 35 | 61 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.51 |
| HSL | 342.67º | 0.56% | 0.31% | - |
| HSV(B) | 342.67º | 0.72% | 0.49% | - |
| XYZ | 9.9 | 5.9 | 5.03 | - |
| YUV | 64.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 35 | 61 | 0 | 0.72 | 0.51 | 0.51 | 342.67 | 0.56 | 0.31 |
| Hex | 7D | 23 | 3D | 0 | 48 | 33 | 33 | 157 | 38 | 1F |
| Octal | 175 | 43 | 75 | 0 | 110 | 63 | 63 | 527 | 70 | 37 |
| Binary | 1111101 | 100011 | 111101 | 0 | 1001000 | 110011 | 110011 | 101010111 | 111000 | 11111 |
Color Harmonies of #7D233D
Complementary color
Monochromatic Colors of #7D233D
Black with #7D233D
Text Example
Text Example
White with #7D233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D233D; }
p { color: rgb(125,35,61); }
H1.HeaderClassName
{
color: #7D233D;
}
.AnyTagClassName
{
color: #7D233D;
}
</style>
background-color css
<style>
a { background-color: #7D233D; }
a { background-color: rgb(125,35,61); }
div.DivClassName
{
background-color: #7D233D;
}
.BgClassName
{
background-color: #7D233D;
}
</style>
border-color css
<style>
span { border-color: #7D233D; }
span { border-color: rgb(125,35,61); }
td.TdClassName
{
border-color: #7D233D;
}
.TagClassName
{
border-color: #7D233D;
}
</style>