Shades of Paprika #7B263D
Tints of Paprika #7B263D
RGB
CMYK
RGB Variations
Color information
#7B263D (or 0x7B263D) is known color: Paprika. HEX triplet: 7B, 26 and 3D. RGB value is (123,38,61). Sum of RGB (Red+Green+Blue) = 123+38+61=222 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.41% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 123 - color contains mainly: red. Hex color #7B263D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B263D is #84D9C2. Grayscale: #424242. Windows color (decimal): -8706499 or 4007547. OLE color: 4007547.
HSL color Cylindrical-coordinate representation of color #7B263D: hue angle of 343.76º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B263D is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 38 | 61 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.52 |
| HSL | 343.76º | 0.53% | 0.32% | - |
| HSV(B) | 343.76º | 0.69% | 0.48% | - |
| XYZ | 9.7 | 5.93 | 5.05 | - |
| YUV | 66.04 | 125.16 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 38 | 61 | 0 | 0.69 | 0.50 | 0.52 | 343.76 | 0.53 | 0.32 |
| Hex | 7B | 26 | 3D | 0 | 45 | 32 | 34 | 158 | 35 | 20 |
| Octal | 173 | 46 | 75 | 0 | 105 | 62 | 64 | 530 | 65 | 40 |
| Binary | 1111011 | 100110 | 111101 | 0 | 1000101 | 110010 | 110100 | 101011000 | 110101 | 100000 |
Color Harmonies of #7B263D
Complementary color
Monochromatic Colors of #7B263D
Black with #7B263D
Text Example
Text Example
White with #7B263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B263D; }
p { color: rgb(123,38,61); }
H1.HeaderClassName
{
color: #7B263D;
}
.AnyTagClassName
{
color: #7B263D;
}
</style>
background-color css
<style>
a { background-color: #7B263D; }
a { background-color: rgb(123,38,61); }
div.DivClassName
{
background-color: #7B263D;
}
.BgClassName
{
background-color: #7B263D;
}
</style>
border-color css
<style>
span { border-color: #7B263D; }
span { border-color: rgb(123,38,61); }
td.TdClassName
{
border-color: #7B263D;
}
.TagClassName
{
border-color: #7B263D;
}
</style>