Shades of Paprika #7D2B3C
Tints of Paprika #7D2B3C
RGB
CMYK
RGB Variations
Color information
#7D2B3C (or 0x7D2B3C) is known color: Paprika. HEX triplet: 7D, 2B and 3C. RGB value is (125,43,60). Sum of RGB (Red+Green+Blue) = 125+43+60=228 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.82% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2B3C is #82D4C3. Grayscale: #454545. Windows color (decimal): -8574148 or 3943293. OLE color: 3943293.
HSL color Cylindrical-coordinate representation of color #7D2B3C: hue angle of 347.56º degrees, saturation: 0.49, 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 #7D2B3C is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 43 | 60 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.51 |
| HSL | 347.56º | 0.49% | 0.33% | - |
| HSV(B) | 347.56º | 0.66% | 0.49% | - |
| XYZ | 10.14 | 6.41 | 4.98 | - |
| YUV | 69.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 43 | 60 | 0 | 0.66 | 0.52 | 0.51 | 347.56 | 0.49 | 0.33 |
| Hex | 7D | 2B | 3C | 0 | 42 | 34 | 33 | 15C | 31 | 21 |
| Octal | 175 | 53 | 74 | 0 | 102 | 64 | 63 | 534 | 61 | 41 |
| Binary | 1111101 | 101011 | 111100 | 0 | 1000010 | 110100 | 110011 | 101011100 | 110001 | 100001 |
Color Harmonies of #7D2B3C
Complementary color
Monochromatic Colors of #7D2B3C
Black with #7D2B3C
Text Example
Text Example
White with #7D2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2B3C; }
p { color: rgb(125,43,60); }
H1.HeaderClassName
{
color: #7D2B3C;
}
.AnyTagClassName
{
color: #7D2B3C;
}
</style>
background-color css
<style>
a { background-color: #7D2B3C; }
a { background-color: rgb(125,43,60); }
div.DivClassName
{
background-color: #7D2B3C;
}
.BgClassName
{
background-color: #7D2B3C;
}
</style>
border-color css
<style>
span { border-color: #7D2B3C; }
span { border-color: rgb(125,43,60); }
td.TdClassName
{
border-color: #7D2B3C;
}
.TagClassName
{
border-color: #7D2B3C;
}
</style>