Shades of Paprika #7B273F
Tints of Paprika #7B273F
RGB
CMYK
RGB Variations
Color information
#7B273F (or 0x7B273F) is known color: Paprika. HEX triplet: 7B, 27 and 3F. RGB value is (123,39,63). Sum of RGB (Red+Green+Blue) = 123+39+63=225 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.67% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 123 - color contains mainly: red. Hex color #7B273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B273F is #84D8C0. Grayscale: #424242. Windows color (decimal): -8706241 or 4138875. OLE color: 4138875.
HSL color Cylindrical-coordinate representation of color #7B273F: hue angle of 342.86º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B273F is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 39 | 63 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.52 |
| HSL | 342.86º | 0.52% | 0.32% | - |
| HSV(B) | 342.86º | 0.68% | 0.48% | - |
| XYZ | 9.79 | 6.02 | 5.35 | - |
| YUV | 66.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 63 | 0 | 0.68 | 0.49 | 0.52 | 342.86 | 0.52 | 0.32 |
| Hex | 7B | 27 | 3F | 0 | 44 | 31 | 34 | 157 | 34 | 20 |
| Octal | 173 | 47 | 77 | 0 | 104 | 61 | 64 | 527 | 64 | 40 |
| Binary | 1111011 | 100111 | 111111 | 0 | 1000100 | 110001 | 110100 | 101010111 | 110100 | 100000 |
Color Harmonies of #7B273F
Complementary color
Monochromatic Colors of #7B273F
Black with #7B273F
Text Example
Text Example
White with #7B273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B273F; }
p { color: rgb(123,39,63); }
H1.HeaderClassName
{
color: #7B273F;
}
.AnyTagClassName
{
color: #7B273F;
}
</style>
background-color css
<style>
a { background-color: #7B273F; }
a { background-color: rgb(123,39,63); }
div.DivClassName
{
background-color: #7B273F;
}
.BgClassName
{
background-color: #7B273F;
}
</style>
border-color css
<style>
span { border-color: #7B273F; }
span { border-color: rgb(123,39,63); }
td.TdClassName
{
border-color: #7B273F;
}
.TagClassName
{
border-color: #7B273F;
}
</style>