Shades of Paprika #7B2E3E
Tints of Paprika #7B2E3E
RGB
CMYK
RGB Variations
Color information
#7B2E3E (or 0x7B2E3E) is known color: Paprika. HEX triplet: 7B, 2E and 3E. RGB value is (123,46,62). Sum of RGB (Red+Green+Blue) = 123+46+62=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2E3E is #84D1C1. Grayscale: #464646. Windows color (decimal): -8704450 or 4075131. OLE color: 4075131.
HSL color Cylindrical-coordinate representation of color #7B2E3E: hue angle of 347.53º 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 #7B2E3E is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 46 | 62 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.52 |
| HSL | 347.53º | 0.46% | 0.33% | - |
| HSV(B) | 347.53º | 0.63% | 0.48% | - |
| XYZ | 10.01 | 6.51 | 5.29 | - |
| YUV | 70.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 46 | 62 | 0 | 0.63 | 0.50 | 0.52 | 347.53 | 0.46 | 0.33 |
| Hex | 7B | 2E | 3E | 0 | 3F | 32 | 34 | 15C | 2E | 21 |
| Octal | 173 | 56 | 76 | 0 | 77 | 62 | 64 | 534 | 56 | 41 |
| Binary | 1111011 | 101110 | 111110 | 0 | 111111 | 110010 | 110100 | 101011100 | 101110 | 100001 |
Color Harmonies of #7B2E3E
Complementary color
Monochromatic Colors of #7B2E3E
Black with #7B2E3E
Text Example
Text Example
White with #7B2E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2E3E; }
p { color: rgb(123,46,62); }
H1.HeaderClassName
{
color: #7B2E3E;
}
.AnyTagClassName
{
color: #7B2E3E;
}
</style>
background-color css
<style>
a { background-color: #7B2E3E; }
a { background-color: rgb(123,46,62); }
div.DivClassName
{
background-color: #7B2E3E;
}
.BgClassName
{
background-color: #7B2E3E;
}
</style>
border-color css
<style>
span { border-color: #7B2E3E; }
span { border-color: rgb(123,46,62); }
td.TdClassName
{
border-color: #7B2E3E;
}
.TagClassName
{
border-color: #7B2E3E;
}
</style>