Shades of Paprika #762B36
Tints of Paprika #762B36
RGB
CMYK
RGB Variations
Color information
#762B36 (or 0x762B36) is known color: Paprika. HEX triplet: 76, 2B and 36. RGB value is (118,43,54). Sum of RGB (Red+Green+Blue) = 118+43+54=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #762B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B36 is #89D4C9. Grayscale: #424242. Windows color (decimal): -9032906 or 3550070. OLE color: 3550070.
HSL color Cylindrical-coordinate representation of color #762B36: hue angle of 351.2º 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 #762B36 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 54 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.54 |
| HSL | 351.2º | 0.47% | 0.32% | - |
| HSV(B) | 351.2º | 0.64% | 0.46% | - |
| XYZ | 9 | 5.85 | 4.14 | - |
| YUV | 66.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 54 | 0 | 0.64 | 0.54 | 0.54 | 351.2 | 0.47 | 0.32 |
| Hex | 76 | 2B | 36 | 0 | 40 | 36 | 36 | 15F | 2F | 20 |
| Octal | 166 | 53 | 66 | 0 | 100 | 66 | 66 | 537 | 57 | 40 |
| Binary | 1110110 | 101011 | 110110 | 0 | 1000000 | 110110 | 110110 | 101011111 | 101111 | 100000 |
Color Harmonies of #762B36
Complementary color
Monochromatic Colors of #762B36
Black with #762B36
Text Example
Text Example
White with #762B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B36; }
p { color: rgb(118,43,54); }
H1.HeaderClassName
{
color: #762B36;
}
.AnyTagClassName
{
color: #762B36;
}
</style>
background-color css
<style>
a { background-color: #762B36; }
a { background-color: rgb(118,43,54); }
div.DivClassName
{
background-color: #762B36;
}
.BgClassName
{
background-color: #762B36;
}
</style>
border-color css
<style>
span { border-color: #762B36; }
span { border-color: rgb(118,43,54); }
td.TdClassName
{
border-color: #762B36;
}
.TagClassName
{
border-color: #762B36;
}
</style>