Shades of Paprika #7C2A38
Tints of Paprika #7C2A38
RGB
CMYK
RGB Variations
Color information
#7C2A38 (or 0x7C2A38) is known color: Paprika. HEX triplet: 7C, 2A and 38. RGB value is (124,42,56). Sum of RGB (Red+Green+Blue) = 124+42+56=222 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.86% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2A38 is #83D5C7. Grayscale: #444444. Windows color (decimal): -8639944 or 3680892. OLE color: 3680892.
HSL color Cylindrical-coordinate representation of color #7C2A38: hue angle of 349.76º 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 #7C2A38 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 42 | 56 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.51 |
| HSL | 349.76º | 0.49% | 0.33% | - |
| HSV(B) | 349.76º | 0.66% | 0.49% | - |
| XYZ | 9.85 | 6.23 | 4.42 | - |
| YUV | 68.11 | 121.17 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 42 | 56 | 0 | 0.66 | 0.55 | 0.51 | 349.76 | 0.49 | 0.33 |
| Hex | 7C | 2A | 38 | 0 | 42 | 37 | 33 | 15E | 31 | 21 |
| Octal | 174 | 52 | 70 | 0 | 102 | 67 | 63 | 536 | 61 | 41 |
| Binary | 1111100 | 101010 | 111000 | 0 | 1000010 | 110111 | 110011 | 101011110 | 110001 | 100001 |
Color Harmonies of #7C2A38
Complementary color
Monochromatic Colors of #7C2A38
Black with #7C2A38
Text Example
Text Example
White with #7C2A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2A38; }
p { color: rgb(124,42,56); }
H1.HeaderClassName
{
color: #7C2A38;
}
.AnyTagClassName
{
color: #7C2A38;
}
</style>
background-color css
<style>
a { background-color: #7C2A38; }
a { background-color: rgb(124,42,56); }
div.DivClassName
{
background-color: #7C2A38;
}
.BgClassName
{
background-color: #7C2A38;
}
</style>
border-color css
<style>
span { border-color: #7C2A38; }
span { border-color: rgb(124,42,56); }
td.TdClassName
{
border-color: #7C2A38;
}
.TagClassName
{
border-color: #7C2A38;
}
</style>