Shades of Paprika #7F273C
Tints of Paprika #7F273C
RGB
CMYK
RGB Variations
Color information
#7F273C (or 0x7F273C) is known color: Paprika. HEX triplet: 7F, 27 and 3C. RGB value is (127,39,60). Sum of RGB (Red+Green+Blue) = 127+39+60=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F273C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F273C is #80D8C3. Grayscale: #434343. Windows color (decimal): -8444100 or 3942271. OLE color: 3942271.
HSL color Cylindrical-coordinate representation of color #7F273C: hue angle of 345.68º 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 #7F273C is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 39 | 60 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.50 |
| HSL | 345.68º | 0.53% | 0.33% | - |
| HSV(B) | 345.68º | 0.69% | 0.5% | - |
| XYZ | 10.29 | 6.29 | 4.95 | - |
| YUV | 67.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 39 | 60 | 0 | 0.69 | 0.53 | 0.50 | 345.68 | 0.53 | 0.33 |
| Hex | 7F | 27 | 3C | 0 | 45 | 35 | 32 | 15A | 35 | 21 |
| Octal | 177 | 47 | 74 | 0 | 105 | 65 | 62 | 532 | 65 | 41 |
| Binary | 1111111 | 100111 | 111100 | 0 | 1000101 | 110101 | 110010 | 101011010 | 110101 | 100001 |
Color Harmonies of #7F273C
Complementary color
Monochromatic Colors of #7F273C
Black with #7F273C
Text Example
Text Example
White with #7F273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F273C; }
p { color: rgb(127,39,60); }
H1.HeaderClassName
{
color: #7F273C;
}
.AnyTagClassName
{
color: #7F273C;
}
</style>
background-color css
<style>
a { background-color: #7F273C; }
a { background-color: rgb(127,39,60); }
div.DivClassName
{
background-color: #7F273C;
}
.BgClassName
{
background-color: #7F273C;
}
</style>
border-color css
<style>
span { border-color: #7F273C; }
span { border-color: rgb(127,39,60); }
td.TdClassName
{
border-color: #7F273C;
}
.TagClassName
{
border-color: #7F273C;
}
</style>