Shades of Paprika #77293D
Tints of Paprika #77293D
RGB
CMYK
RGB Variations
Color information
#77293D (or 0x77293D) is known color: Paprika. HEX triplet: 77, 29 and 3D. RGB value is (119,41,61). Sum of RGB (Red+Green+Blue) = 119+41+61=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #77293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77293D is #88D6C2. Grayscale: #424242. Windows color (decimal): -8967875 or 4008311. OLE color: 4008311.
HSL color Cylindrical-coordinate representation of color #77293D: hue angle of 344.62º 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 #77293D is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 41 | 61 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.53 |
| HSL | 344.62º | 0.49% | 0.31% | - |
| HSV(B) | 344.62º | 0.66% | 0.47% | - |
| XYZ | 9.24 | 5.84 | 5.06 | - |
| YUV | 66.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 61 | 0 | 0.66 | 0.49 | 0.53 | 344.62 | 0.49 | 0.31 |
| Hex | 77 | 29 | 3D | 0 | 42 | 31 | 35 | 159 | 31 | 1F |
| Octal | 167 | 51 | 75 | 0 | 102 | 61 | 65 | 531 | 61 | 37 |
| Binary | 1110111 | 101001 | 111101 | 0 | 1000010 | 110001 | 110101 | 101011001 | 110001 | 11111 |
Color Harmonies of #77293D
Complementary color
Monochromatic Colors of #77293D
Black with #77293D
Text Example
Text Example
White with #77293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77293D; }
p { color: rgb(119,41,61); }
H1.HeaderClassName
{
color: #77293D;
}
.AnyTagClassName
{
color: #77293D;
}
</style>
background-color css
<style>
a { background-color: #77293D; }
a { background-color: rgb(119,41,61); }
div.DivClassName
{
background-color: #77293D;
}
.BgClassName
{
background-color: #77293D;
}
</style>
border-color css
<style>
span { border-color: #77293D; }
span { border-color: rgb(119,41,61); }
td.TdClassName
{
border-color: #77293D;
}
.TagClassName
{
border-color: #77293D;
}
</style>