Shades of Paprika #7B2A3D
Tints of Paprika #7B2A3D
RGB
CMYK
RGB Variations
Color information
#7B2A3D (or 0x7B2A3D) is known color: Paprika. HEX triplet: 7B, 2A and 3D. RGB value is (123,42,61). Sum of RGB (Red+Green+Blue) = 123+42+61=226 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.42% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2A3D is #84D5C2. Grayscale: #444444. Windows color (decimal): -8705475 or 4008571. OLE color: 4008571.
HSL color Cylindrical-coordinate representation of color #7B2A3D: hue angle of 345.93º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B2A3D is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 42 | 61 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.52 |
| HSL | 345.93º | 0.49% | 0.32% | - |
| HSV(B) | 345.93º | 0.66% | 0.48% | - |
| XYZ | 9.84 | 6.2 | 5.09 | - |
| YUV | 68.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 42 | 61 | 0 | 0.66 | 0.50 | 0.52 | 345.93 | 0.49 | 0.32 |
| Hex | 7B | 2A | 3D | 0 | 42 | 32 | 34 | 15A | 31 | 20 |
| Octal | 173 | 52 | 75 | 0 | 102 | 62 | 64 | 532 | 61 | 40 |
| Binary | 1111011 | 101010 | 111101 | 0 | 1000010 | 110010 | 110100 | 101011010 | 110001 | 100000 |
Color Harmonies of #7B2A3D
Complementary color
Monochromatic Colors of #7B2A3D
Black with #7B2A3D
Text Example
Text Example
White with #7B2A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2A3D; }
p { color: rgb(123,42,61); }
H1.HeaderClassName
{
color: #7B2A3D;
}
.AnyTagClassName
{
color: #7B2A3D;
}
</style>
background-color css
<style>
a { background-color: #7B2A3D; }
a { background-color: rgb(123,42,61); }
div.DivClassName
{
background-color: #7B2A3D;
}
.BgClassName
{
background-color: #7B2A3D;
}
</style>
border-color css
<style>
span { border-color: #7B2A3D; }
span { border-color: rgb(123,42,61); }
td.TdClassName
{
border-color: #7B2A3D;
}
.TagClassName
{
border-color: #7B2A3D;
}
</style>