Shades of Paprika #762935
Tints of Paprika #762935
RGB
CMYK
RGB Variations
Color information
#762935 (or 0x762935) is known color: Paprika. HEX triplet: 76, 29 and 35. RGB value is (118,41,53). Sum of RGB (Red+Green+Blue) = 118+41+53=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #762935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762935 is #89D6CA. Grayscale: #414141. Windows color (decimal): -9033419 or 3484022. OLE color: 3484022.
HSL color Cylindrical-coordinate representation of color #762935: hue angle of 350.65º 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 #762935 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 41 | 53 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.54 |
| HSL | 350.65º | 0.48% | 0.31% | - |
| HSV(B) | 350.65º | 0.65% | 0.46% | - |
| XYZ | 8.91 | 5.69 | 4 | - |
| YUV | 65.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 53 | 0 | 0.65 | 0.55 | 0.54 | 350.65 | 0.48 | 0.31 |
| Hex | 76 | 29 | 35 | 0 | 41 | 37 | 36 | 15F | 30 | 1F |
| Octal | 166 | 51 | 65 | 0 | 101 | 67 | 66 | 537 | 60 | 37 |
| Binary | 1110110 | 101001 | 110101 | 0 | 1000001 | 110111 | 110110 | 101011111 | 110000 | 11111 |
Color Harmonies of #762935
Complementary color
Monochromatic Colors of #762935
Black with #762935
Text Example
Text Example
White with #762935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762935; }
p { color: rgb(118,41,53); }
H1.HeaderClassName
{
color: #762935;
}
.AnyTagClassName
{
color: #762935;
}
</style>
background-color css
<style>
a { background-color: #762935; }
a { background-color: rgb(118,41,53); }
div.DivClassName
{
background-color: #762935;
}
.BgClassName
{
background-color: #762935;
}
</style>
border-color css
<style>
span { border-color: #762935; }
span { border-color: rgb(118,41,53); }
td.TdClassName
{
border-color: #762935;
}
.TagClassName
{
border-color: #762935;
}
</style>