Shades of Paprika #7C243D
Tints of Paprika #7C243D
RGB
CMYK
RGB Variations
Color information
#7C243D (or 0x7C243D) is known color: Paprika. HEX triplet: 7C, 24 and 3D. RGB value is (124,36,61). Sum of RGB (Red+Green+Blue) = 124+36+61=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C243D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C243D is #83DBC2. Grayscale: #414141. Windows color (decimal): -8641475 or 4007036. OLE color: 4007036.
HSL color Cylindrical-coordinate representation of color #7C243D: hue angle of 342.95º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C243D is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 36 | 61 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.51 |
| HSL | 342.95º | 0.55% | 0.31% | - |
| HSV(B) | 342.95º | 0.71% | 0.49% | - |
| XYZ | 9.79 | 5.88 | 5.03 | - |
| YUV | 65.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 36 | 61 | 0 | 0.71 | 0.51 | 0.51 | 342.95 | 0.55 | 0.31 |
| Hex | 7C | 24 | 3D | 0 | 47 | 33 | 33 | 157 | 37 | 1F |
| Octal | 174 | 44 | 75 | 0 | 107 | 63 | 63 | 527 | 67 | 37 |
| Binary | 1111100 | 100100 | 111101 | 0 | 1000111 | 110011 | 110011 | 101010111 | 110111 | 11111 |
Color Harmonies of #7C243D
Complementary color
Monochromatic Colors of #7C243D
Black with #7C243D
Text Example
Text Example
White with #7C243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C243D; }
p { color: rgb(124,36,61); }
H1.HeaderClassName
{
color: #7C243D;
}
.AnyTagClassName
{
color: #7C243D;
}
</style>
background-color css
<style>
a { background-color: #7C243D; }
a { background-color: rgb(124,36,61); }
div.DivClassName
{
background-color: #7C243D;
}
.BgClassName
{
background-color: #7C243D;
}
</style>
border-color css
<style>
span { border-color: #7C243D; }
span { border-color: rgb(124,36,61); }
td.TdClassName
{
border-color: #7C243D;
}
.TagClassName
{
border-color: #7C243D;
}
</style>