Shades of Paprika #7F253C
Tints of Paprika #7F253C
RGB
CMYK
RGB Variations
Color information
#7F253C (or 0x7F253C) is known color: Paprika. HEX triplet: 7F, 25 and 3C. RGB value is (127,37,60). Sum of RGB (Red+Green+Blue) = 127+37+60=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F253C is #80DAC3. Grayscale: #424242. Windows color (decimal): -8444612 or 3941759. OLE color: 3941759.
HSL color Cylindrical-coordinate representation of color #7F253C: hue angle of 344.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F253C is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 37 | 60 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.50 |
| HSL | 344.67º | 0.55% | 0.32% | - |
| HSV(B) | 344.67º | 0.71% | 0.5% | - |
| XYZ | 10.23 | 6.16 | 4.93 | - |
| YUV | 66.53 | 124.32 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 37 | 60 | 0 | 0.71 | 0.53 | 0.50 | 344.67 | 0.55 | 0.32 |
| Hex | 7F | 25 | 3C | 0 | 47 | 35 | 32 | 159 | 37 | 20 |
| Octal | 177 | 45 | 74 | 0 | 107 | 65 | 62 | 531 | 67 | 40 |
| Binary | 1111111 | 100101 | 111100 | 0 | 1000111 | 110101 | 110010 | 101011001 | 110111 | 100000 |
Color Harmonies of #7F253C
Complementary color
Monochromatic Colors of #7F253C
Black with #7F253C
Text Example
Text Example
White with #7F253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F253C; }
p { color: rgb(127,37,60); }
H1.HeaderClassName
{
color: #7F253C;
}
.AnyTagClassName
{
color: #7F253C;
}
</style>
background-color css
<style>
a { background-color: #7F253C; }
a { background-color: rgb(127,37,60); }
div.DivClassName
{
background-color: #7F253C;
}
.BgClassName
{
background-color: #7F253C;
}
</style>
border-color css
<style>
span { border-color: #7F253C; }
span { border-color: rgb(127,37,60); }
td.TdClassName
{
border-color: #7F253C;
}
.TagClassName
{
border-color: #7F253C;
}
</style>