Shades of Paprika #762B39
Tints of Paprika #762B39
RGB
CMYK
RGB Variations
Color information
#762B39 (or 0x762B39) is known color: Paprika. HEX triplet: 76, 2B and 39. RGB value is (118,43,57). Sum of RGB (Red+Green+Blue) = 118+43+57=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #762B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B39 is #89D4C6. Grayscale: #434343. Windows color (decimal): -9032903 or 3746678. OLE color: 3746678.
HSL color Cylindrical-coordinate representation of color #762B39: hue angle of 348.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762B39 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 57 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.54 |
| HSL | 348.8º | 0.47% | 0.32% | - |
| HSV(B) | 348.8º | 0.64% | 0.46% | - |
| XYZ | 9.07 | 5.87 | 4.53 | - |
| YUV | 67.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 57 | 0 | 0.64 | 0.52 | 0.54 | 348.8 | 0.47 | 0.32 |
| Hex | 76 | 2B | 39 | 0 | 40 | 34 | 36 | 15D | 2F | 20 |
| Octal | 166 | 53 | 71 | 0 | 100 | 64 | 66 | 535 | 57 | 40 |
| Binary | 1110110 | 101011 | 111001 | 0 | 1000000 | 110100 | 110110 | 101011101 | 101111 | 100000 |
Color Harmonies of #762B39
Complementary color
Monochromatic Colors of #762B39
Black with #762B39
Text Example
Text Example
White with #762B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B39; }
p { color: rgb(118,43,57); }
H1.HeaderClassName
{
color: #762B39;
}
.AnyTagClassName
{
color: #762B39;
}
</style>
background-color css
<style>
a { background-color: #762B39; }
a { background-color: rgb(118,43,57); }
div.DivClassName
{
background-color: #762B39;
}
.BgClassName
{
background-color: #762B39;
}
</style>
border-color css
<style>
span { border-color: #762B39; }
span { border-color: rgb(118,43,57); }
td.TdClassName
{
border-color: #762B39;
}
.TagClassName
{
border-color: #762B39;
}
</style>