Shades of Paprika #742935
Tints of Paprika #742935
RGB
CMYK
RGB Variations
Color information
#742935 (or 0x742935) is known color: Paprika. HEX triplet: 74, 29 and 35. RGB value is (116,41,53). Sum of RGB (Red+Green+Blue) = 116+41+53=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #742935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742935 is #8BD6CA. Grayscale: #404040. Windows color (decimal): -9164491 or 3484020. OLE color: 3484020.
HSL color Cylindrical-coordinate representation of color #742935: hue angle of 350.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #742935 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 53 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.55 |
| HSL | 350.4º | 0.48% | 0.31% | - |
| HSV(B) | 350.4º | 0.65% | 0.45% | - |
| XYZ | 8.64 | 5.56 | 3.99 | - |
| YUV | 64.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 53 | 0 | 0.65 | 0.54 | 0.55 | 350.4 | 0.48 | 0.31 |
| Hex | 74 | 29 | 35 | 0 | 41 | 36 | 37 | 15E | 30 | 1F |
| Octal | 164 | 51 | 65 | 0 | 101 | 66 | 67 | 536 | 60 | 37 |
| Binary | 1110100 | 101001 | 110101 | 0 | 1000001 | 110110 | 110111 | 101011110 | 110000 | 11111 |
Color Harmonies of #742935
Complementary color
Monochromatic Colors of #742935
Black with #742935
Text Example
Text Example
White with #742935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742935; }
p { color: rgb(116,41,53); }
H1.HeaderClassName
{
color: #742935;
}
.AnyTagClassName
{
color: #742935;
}
</style>
background-color css
<style>
a { background-color: #742935; }
a { background-color: rgb(116,41,53); }
div.DivClassName
{
background-color: #742935;
}
.BgClassName
{
background-color: #742935;
}
</style>
border-color css
<style>
span { border-color: #742935; }
span { border-color: rgb(116,41,53); }
td.TdClassName
{
border-color: #742935;
}
.TagClassName
{
border-color: #742935;
}
</style>