#7F3036

Color #7F3036 Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #7F3036

Tints of Paprika #7F3036

Color information

#7F3036 (or 0x7F3036) is unknown color: approx Paprika. HEX triplet: 7F, 30 and 36. RGB value is (127,48,54). Sum of RGB (Red+Green+Blue) = 127+48+54=229 (30% of max value = 765). Red value is 127 (50% from 255 or 55.46% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3036 is #80CFC9. Grayscale: #484848. Windows color (decimal): -8441802 or 3551359. OLE color: 3551359.

HSL color Cylindrical-coordinate representation of color #7F3036: hue angle of 355.44º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F3036 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB1274854-
CMYK00.620.570.50
HSL355.44º45.14%34.31%-
HSV(B)355.44º62.2%49.8%-
XYZ10.486.894.27-
YUV72.31117.67167.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 55.46%
GREEN value IS 48 (19.14% from 255) = 20.96%
BLUE value IS 54 (21.48% from 255) = 23.58%
R=55.46%
G=20.96%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127485400.620.570.50355.4445.1434.31
Hex7F303603E39321632d22
Octal177606607671625435542
Binary11111111100001101100111110111001110010101100011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F3036; }

 p { color: rgb(127,48,54); }

 H1.HeaderClassName
 {
   color: #7F3036;
 }
 .AnyTagClassName
 {
   color: #7F3036;
 }
</style>
background-color css

<style>
 a { background-color: #7F3036; }

 a { background-color: rgb(127,48,54); }

 div.DivClassName
 {
   background-color: #7F3036;
 }
 .BgClassName
 {
   background-color: #7F3036;
 }
</style>
border-color css

<style>
 span { border-color: #7F3036; }

 span { border-color: rgb(127,48,54); }

 td.TdClassName
 {
   border-color: #7F3036;
 }
 .TagClassName
 {
   border-color: #7F3036;
 }
</style>