Shades of Paprika #7F273D
Tints of Paprika #7F273D
RGB
CMYK
RGB Variations
Color information
#7F273D (or 0x7F273D) is known color: Paprika. HEX triplet: 7F, 27 and 3D. RGB value is (127,39,61). Sum of RGB (Red+Green+Blue) = 127+39+61=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F273D is #80D8C2. Grayscale: #434343. Windows color (decimal): -8444099 or 4007807. OLE color: 4007807.
HSL color Cylindrical-coordinate representation of color #7F273D: hue angle of 345º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F273D is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 39 | 61 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.50 |
| HSL | 345º | 0.53% | 0.33% | - |
| HSV(B) | 345º | 0.69% | 0.5% | - |
| XYZ | 10.32 | 6.3 | 5.09 | - |
| YUV | 67.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 39 | 61 | 0 | 0.69 | 0.52 | 0.50 | 345 | 0.53 | 0.33 |
| Hex | 7F | 27 | 3D | 0 | 45 | 34 | 32 | 159 | 35 | 21 |
| Octal | 177 | 47 | 75 | 0 | 105 | 64 | 62 | 531 | 65 | 41 |
| Binary | 1111111 | 100111 | 111101 | 0 | 1000101 | 110100 | 110010 | 101011001 | 110101 | 100001 |
Color Harmonies of #7F273D
Complementary color
Monochromatic Colors of #7F273D
Black with #7F273D
Text Example
Text Example
White with #7F273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F273D; }
p { color: rgb(127,39,61); }
H1.HeaderClassName
{
color: #7F273D;
}
.AnyTagClassName
{
color: #7F273D;
}
</style>
background-color css
<style>
a { background-color: #7F273D; }
a { background-color: rgb(127,39,61); }
div.DivClassName
{
background-color: #7F273D;
}
.BgClassName
{
background-color: #7F273D;
}
</style>
border-color css
<style>
span { border-color: #7F273D; }
span { border-color: rgb(127,39,61); }
td.TdClassName
{
border-color: #7F273D;
}
.TagClassName
{
border-color: #7F273D;
}
</style>