Shades of Paprika #7B283D
Tints of Paprika #7B283D
RGB
CMYK
RGB Variations
Color information
#7B283D (or 0x7B283D) is known color: Paprika. HEX triplet: 7B, 28 and 3D. RGB value is (123,40,61). Sum of RGB (Red+Green+Blue) = 123+40+61=224 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.91% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 123 - color contains mainly: red. Hex color #7B283D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B283D is #84D7C2. Grayscale: #434343. Windows color (decimal): -8705987 or 4008059. OLE color: 4008059.
HSL color Cylindrical-coordinate representation of color #7B283D: hue angle of 344.82º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B283D is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 40 | 61 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.52 |
| HSL | 344.82º | 0.51% | 0.32% | - |
| HSV(B) | 344.82º | 0.67% | 0.48% | - |
| XYZ | 9.77 | 6.07 | 5.07 | - |
| YUV | 67.21 | 124.5 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 40 | 61 | 0 | 0.67 | 0.50 | 0.52 | 344.82 | 0.51 | 0.32 |
| Hex | 7B | 28 | 3D | 0 | 43 | 32 | 34 | 159 | 33 | 20 |
| Octal | 173 | 50 | 75 | 0 | 103 | 62 | 64 | 531 | 63 | 40 |
| Binary | 1111011 | 101000 | 111101 | 0 | 1000011 | 110010 | 110100 | 101011001 | 110011 | 100000 |
Color Harmonies of #7B283D
Complementary color
Monochromatic Colors of #7B283D
Black with #7B283D
Text Example
Text Example
White with #7B283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B283D; }
p { color: rgb(123,40,61); }
H1.HeaderClassName
{
color: #7B283D;
}
.AnyTagClassName
{
color: #7B283D;
}
</style>
background-color css
<style>
a { background-color: #7B283D; }
a { background-color: rgb(123,40,61); }
div.DivClassName
{
background-color: #7B283D;
}
.BgClassName
{
background-color: #7B283D;
}
</style>
border-color css
<style>
span { border-color: #7B283D; }
span { border-color: rgb(123,40,61); }
td.TdClassName
{
border-color: #7B283D;
}
.TagClassName
{
border-color: #7B283D;
}
</style>