Shades of Paprika #762939
Tints of Paprika #762939
RGB
CMYK
RGB Variations
Color information
#762939 (or 0x762939) is known color: Paprika. HEX triplet: 76, 29 and 39. RGB value is (118,41,57). Sum of RGB (Red+Green+Blue) = 118+41+57=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #762939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762939 is #89D6C6. Grayscale: #414141. Windows color (decimal): -9033415 or 3746166. OLE color: 3746166.
HSL color Cylindrical-coordinate representation of color #762939: hue angle of 347.53º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #762939 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 41 | 57 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.54 |
| HSL | 347.53º | 0.48% | 0.31% | - |
| HSV(B) | 347.53º | 0.65% | 0.46% | - |
| XYZ | 9 | 5.73 | 4.5 | - |
| YUV | 65.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 57 | 0 | 0.65 | 0.52 | 0.54 | 347.53 | 0.48 | 0.31 |
| Hex | 76 | 29 | 39 | 0 | 41 | 34 | 36 | 15C | 30 | 1F |
| Octal | 166 | 51 | 71 | 0 | 101 | 64 | 66 | 534 | 60 | 37 |
| Binary | 1110110 | 101001 | 111001 | 0 | 1000001 | 110100 | 110110 | 101011100 | 110000 | 11111 |
Color Harmonies of #762939
Complementary color
Monochromatic Colors of #762939
Black with #762939
Text Example
Text Example
White with #762939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762939; }
p { color: rgb(118,41,57); }
H1.HeaderClassName
{
color: #762939;
}
.AnyTagClassName
{
color: #762939;
}
</style>
background-color css
<style>
a { background-color: #762939; }
a { background-color: rgb(118,41,57); }
div.DivClassName
{
background-color: #762939;
}
.BgClassName
{
background-color: #762939;
}
</style>
border-color css
<style>
span { border-color: #762939; }
span { border-color: rgb(118,41,57); }
td.TdClassName
{
border-color: #762939;
}
.TagClassName
{
border-color: #762939;
}
</style>