Shades of Paprika #762A3A
Tints of Paprika #762A3A
RGB
CMYK
RGB Variations
Color information
#762A3A (or 0x762A3A) is known color: Paprika. HEX triplet: 76, 2A and 3A. RGB value is (118,42,58). Sum of RGB (Red+Green+Blue) = 118+42+58=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #762A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A3A is #89D5C5. Grayscale: #424242. Windows color (decimal): -9033158 or 3811958. OLE color: 3811958.
HSL color Cylindrical-coordinate representation of color #762A3A: hue angle of 347.37º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762A3A is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 58 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.54 |
| HSL | 347.37º | 0.48% | 0.31% | - |
| HSV(B) | 347.37º | 0.64% | 0.46% | - |
| XYZ | 9.06 | 5.81 | 4.65 | - |
| YUV | 66.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 58 | 0 | 0.64 | 0.51 | 0.54 | 347.37 | 0.48 | 0.31 |
| Hex | 76 | 2A | 3A | 0 | 40 | 33 | 36 | 15B | 30 | 1F |
| Octal | 166 | 52 | 72 | 0 | 100 | 63 | 66 | 533 | 60 | 37 |
| Binary | 1110110 | 101010 | 111010 | 0 | 1000000 | 110011 | 110110 | 101011011 | 110000 | 11111 |
Color Harmonies of #762A3A
Complementary color
Monochromatic Colors of #762A3A
Black with #762A3A
Text Example
Text Example
White with #762A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A3A; }
p { color: rgb(118,42,58); }
H1.HeaderClassName
{
color: #762A3A;
}
.AnyTagClassName
{
color: #762A3A;
}
</style>
background-color css
<style>
a { background-color: #762A3A; }
a { background-color: rgb(118,42,58); }
div.DivClassName
{
background-color: #762A3A;
}
.BgClassName
{
background-color: #762A3A;
}
</style>
border-color css
<style>
span { border-color: #762A3A; }
span { border-color: rgb(118,42,58); }
td.TdClassName
{
border-color: #762A3A;
}
.TagClassName
{
border-color: #762A3A;
}
</style>