Shades of Paprika #742D3C
Tints of Paprika #742D3C
RGB
CMYK
RGB Variations
Color information
#742D3C (or 0x742D3C) is known color: Paprika. HEX triplet: 74, 2D and 3C. RGB value is (116,45,60). Sum of RGB (Red+Green+Blue) = 116+45+60=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #742D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D3C is #8BD2C3. Grayscale: #434343. Windows color (decimal): -9163460 or 3943796. OLE color: 3943796.
HSL color Cylindrical-coordinate representation of color #742D3C: hue angle of 347.32º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #742D3C is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 45 | 60 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.55 |
| HSL | 347.32º | 0.44% | 0.32% | - |
| HSV(B) | 347.32º | 0.61% | 0.45% | - |
| XYZ | 8.96 | 5.92 | 4.94 | - |
| YUV | 67.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 60 | 0 | 0.61 | 0.48 | 0.55 | 347.32 | 0.44 | 0.32 |
| Hex | 74 | 2D | 3C | 0 | 3D | 30 | 37 | 15B | 2C | 20 |
| Octal | 164 | 55 | 74 | 0 | 75 | 60 | 67 | 533 | 54 | 40 |
| Binary | 1110100 | 101101 | 111100 | 0 | 111101 | 110000 | 110111 | 101011011 | 101100 | 100000 |
Color Harmonies of #742D3C
Complementary color
Monochromatic Colors of #742D3C
Black with #742D3C
Text Example
Text Example
White with #742D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742D3C; }
p { color: rgb(116,45,60); }
H1.HeaderClassName
{
color: #742D3C;
}
.AnyTagClassName
{
color: #742D3C;
}
</style>
background-color css
<style>
a { background-color: #742D3C; }
a { background-color: rgb(116,45,60); }
div.DivClassName
{
background-color: #742D3C;
}
.BgClassName
{
background-color: #742D3C;
}
</style>
border-color css
<style>
span { border-color: #742D3C; }
span { border-color: rgb(116,45,60); }
td.TdClassName
{
border-color: #742D3C;
}
.TagClassName
{
border-color: #742D3C;
}
</style>