Shades of Paprika #77293B
Tints of Paprika #77293B
RGB
CMYK
RGB Variations
Color information
#77293B (or 0x77293B) is known color: Paprika. HEX triplet: 77, 29 and 3B. RGB value is (119,41,59). Sum of RGB (Red+Green+Blue) = 119+41+59=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77293B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77293B is #88D6C4. Grayscale: #424242. Windows color (decimal): -8967877 or 3877239. OLE color: 3877239.
HSL color Cylindrical-coordinate representation of color #77293B: hue angle of 346.15º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77293B is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 41 | 59 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.53 |
| HSL | 346.15º | 0.49% | 0.31% | - |
| HSV(B) | 346.15º | 0.66% | 0.47% | - |
| XYZ | 9.19 | 5.82 | 4.78 | - |
| YUV | 66.37 | 123.84 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 59 | 0 | 0.66 | 0.50 | 0.53 | 346.15 | 0.49 | 0.31 |
| Hex | 77 | 29 | 3B | 0 | 42 | 32 | 35 | 15A | 31 | 1F |
| Octal | 167 | 51 | 73 | 0 | 102 | 62 | 65 | 532 | 61 | 37 |
| Binary | 1110111 | 101001 | 111011 | 0 | 1000010 | 110010 | 110101 | 101011010 | 110001 | 11111 |
Color Harmonies of #77293B
Complementary color
Monochromatic Colors of #77293B
Black with #77293B
Text Example
Text Example
White with #77293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77293B; }
p { color: rgb(119,41,59); }
H1.HeaderClassName
{
color: #77293B;
}
.AnyTagClassName
{
color: #77293B;
}
</style>
background-color css
<style>
a { background-color: #77293B; }
a { background-color: rgb(119,41,59); }
div.DivClassName
{
background-color: #77293B;
}
.BgClassName
{
background-color: #77293B;
}
</style>
border-color css
<style>
span { border-color: #77293B; }
span { border-color: rgb(119,41,59); }
td.TdClassName
{
border-color: #77293B;
}
.TagClassName
{
border-color: #77293B;
}
</style>