Shades of Paprika #7B2D3E
Tints of Paprika #7B2D3E
RGB
CMYK
RGB Variations
Color information
#7B2D3E (or 0x7B2D3E) is known color: Paprika. HEX triplet: 7B, 2D and 3E. RGB value is (123,45,62). Sum of RGB (Red+Green+Blue) = 123+45+62=230 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.48% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2D3E is #84D2C1. Grayscale: #464646. Windows color (decimal): -8704706 or 4074875. OLE color: 4074875.
HSL color Cylindrical-coordinate representation of color #7B2D3E: hue angle of 346.92º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B2D3E is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 45 | 62 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.52 |
| HSL | 346.92º | 0.46% | 0.33% | - |
| HSV(B) | 346.92º | 0.63% | 0.48% | - |
| XYZ | 9.98 | 6.44 | 5.27 | - |
| YUV | 70.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 45 | 62 | 0 | 0.63 | 0.50 | 0.52 | 346.92 | 0.46 | 0.33 |
| Hex | 7B | 2D | 3E | 0 | 3F | 32 | 34 | 15B | 2E | 21 |
| Octal | 173 | 55 | 76 | 0 | 77 | 62 | 64 | 533 | 56 | 41 |
| Binary | 1111011 | 101101 | 111110 | 0 | 111111 | 110010 | 110100 | 101011011 | 101110 | 100001 |
Color Harmonies of #7B2D3E
Complementary color
Monochromatic Colors of #7B2D3E
Black with #7B2D3E
Text Example
Text Example
White with #7B2D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2D3E; }
p { color: rgb(123,45,62); }
H1.HeaderClassName
{
color: #7B2D3E;
}
.AnyTagClassName
{
color: #7B2D3E;
}
</style>
background-color css
<style>
a { background-color: #7B2D3E; }
a { background-color: rgb(123,45,62); }
div.DivClassName
{
background-color: #7B2D3E;
}
.BgClassName
{
background-color: #7B2D3E;
}
</style>
border-color css
<style>
span { border-color: #7B2D3E; }
span { border-color: rgb(123,45,62); }
td.TdClassName
{
border-color: #7B2D3E;
}
.TagClassName
{
border-color: #7B2D3E;
}
</style>