Shades of Paprika #7C2C3D
Tints of Paprika #7C2C3D
RGB
CMYK
RGB Variations
Color information
#7C2C3D (or 0x7C2C3D) is known color: Paprika. HEX triplet: 7C, 2C and 3D. RGB value is (124,44,61). Sum of RGB (Red+Green+Blue) = 124+44+61=229 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.15% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2C3D is #83D3C2. Grayscale: #454545. Windows color (decimal): -8639427 or 4009084. OLE color: 4009084.
HSL color Cylindrical-coordinate representation of color #7C2C3D: hue angle of 347.25º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C2C3D is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 44 | 61 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.51 |
| HSL | 347.25º | 0.48% | 0.33% | - |
| HSV(B) | 347.25º | 0.65% | 0.49% | - |
| XYZ | 10.06 | 6.42 | 5.12 | - |
| YUV | 69.86 | 123 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 44 | 61 | 0 | 0.65 | 0.51 | 0.51 | 347.25 | 0.48 | 0.33 |
| Hex | 7C | 2C | 3D | 0 | 41 | 33 | 33 | 15B | 30 | 21 |
| Octal | 174 | 54 | 75 | 0 | 101 | 63 | 63 | 533 | 60 | 41 |
| Binary | 1111100 | 101100 | 111101 | 0 | 1000001 | 110011 | 110011 | 101011011 | 110000 | 100001 |
Color Harmonies of #7C2C3D
Complementary color
Monochromatic Colors of #7C2C3D
Black with #7C2C3D
Text Example
Text Example
White with #7C2C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2C3D; }
p { color: rgb(124,44,61); }
H1.HeaderClassName
{
color: #7C2C3D;
}
.AnyTagClassName
{
color: #7C2C3D;
}
</style>
background-color css
<style>
a { background-color: #7C2C3D; }
a { background-color: rgb(124,44,61); }
div.DivClassName
{
background-color: #7C2C3D;
}
.BgClassName
{
background-color: #7C2C3D;
}
</style>
border-color css
<style>
span { border-color: #7C2C3D; }
span { border-color: rgb(124,44,61); }
td.TdClassName
{
border-color: #7C2C3D;
}
.TagClassName
{
border-color: #7C2C3D;
}
</style>